Skip to content

Commit 8ea892d

Browse files
pre-commit-ci[bot]peterjc
authored andcommitted
[pre-commit.ci] autoupdate
updates: - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/asottile/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0)
1 parent cafedd6 commit 8ea892d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
args: [--check, --diff]
3333
exclude: ^tests/test_cases/example_unicode.py
3434
- repo: https://github.com/PyCQA/flake8
35-
rev: 7.0.0
35+
rev: 7.1.0
3636
hooks:
3737
- id: flake8
3838
additional_dependencies: [
@@ -45,7 +45,7 @@ repos:
4545
'pydocstyle>=5.0.0',
4646
]
4747
- repo: https://github.com/asottile/blacken-docs
48-
rev: 1.16.0
48+
rev: 1.18.0
4949
hooks:
5050
- id: blacken-docs
5151
additional_dependencies: [black==23.12.1]

0 commit comments

Comments
 (0)