Skip to content

Commit 0d46d80

Browse files
authored
Merge pull request #889 from cjwatson/sync-pre-commit-flake8
Sync pre-commit flake8 with requirements/flake8.txt
2 parents e7a03d4 + 871bbc1 commit 0d46d80

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- --remove-unused-variables
2828

2929
- repo: https://github.com/PyCQA/flake8
30-
rev: "7.2.0"
30+
rev: "7.3.0"
3131
hooks:
3232
- id: flake8
3333
additional_dependencies:
@@ -39,10 +39,10 @@ repos:
3939
- "flake8-docstrings==1.7.0"
4040
- "flake8-mutable==1.2.0"
4141
- "flake8-pep3101==2.1.0"
42-
- "pep8-naming==0.14.1"
43-
- "pycodestyle==2.13.0"
42+
- "pep8-naming==0.15.1"
43+
- "pycodestyle==2.14.0"
4444
- "pydocstyle==6.3.0"
45-
- "pyflakes==3.3.2"
45+
- "pyflakes==3.4.0"
4646

4747
- repo: https://github.com/asottile/yesqa
4848
rev: "v1.5.0"

0 commit comments

Comments
 (0)