Skip to content

Commit ccb4a6c

Browse files
Bump flake8 from 7.1.0 to 7.1.1 (#514)
Co-authored-by: Marc Mueller <[email protected]>
1 parent 054e850 commit ccb4a6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
args: [--py39-plus]
77
exclude: &fixtures ^tests/fixtures/.+\.py$
88
- repo: https://github.com/pycqa/flake8
9-
rev: 7.1.0
9+
rev: 7.1.1
1010
hooks:
1111
- id: flake8
1212
additional_dependencies:

requirements_test_pre_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
flake8==7.1.0
1+
flake8==7.1.1
22
isort==5.13.2
33
mccabe==0.7.0
44
pycodestyle==2.12.1

0 commit comments

Comments
 (0)