Skip to content

Commit 5ade07d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0)
1 parent 2b91336 commit 5ade07d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: double-quote-string-fixer
1515

1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 4.0.1
17+
rev: 5.0.4
1818
hooks:
1919
- id: flake8
2020
- repo: https://github.com/asottile/seed-isort-config
@@ -27,7 +27,7 @@ repos:
2727
- id: isort
2828

2929
- repo: https://github.com/psf/black
30-
rev: 22.6.0
30+
rev: 22.8.0
3131
hooks:
3232
- id: black
3333
args: ["--line-length", "100", "--skip-string-normalization"]

0 commit comments

Comments
 (0)