diff options
author | Thomas NOËL <tnoel@entrouvert.com> | 2022-03-31 10:17:43 (GMT) |
---|---|---|
committer | Thomas NOËL <tnoel@entrouvert.com> | 2022-03-31 10:17:43 (GMT) |
commit | 29c3d7aeb0fdfdd94ccec99a130a7941d2e30b2c (patch) | |
tree | 0c28b1c6e649438b50975a0ba8f57418b00f36f9 | |
parent | 8f49eb59b54b553ce5eceaf05065c4bdf7d9b63e (diff) | |
download | django-mellon-29c3d7aeb0fdfdd94ccec99a130a7941d2e30b2c.zip django-mellon-29c3d7aeb0fdfdd94ccec99a130a7941d2e30b2c.tar.gz django-mellon-29c3d7aeb0fdfdd94ccec99a130a7941d2e30b2c.tar.bz2 |
trivial: bump black version to 22.3.0v1.33
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a21e161..7e7f73b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/psf/black - rev: 22.1.0 + rev: 22.3.0 hooks: - id: black args: ['--target-version', 'py37', '--skip-string-normalization', '--line-length', '110'] |