Skip to content

Commit c96562c

Browse files
dependabot[bot]cdce8p
andauthoredFeb 17, 2025··
Bump flake8 from 7.1.1 to 7.1.2 (#584)
Co-authored-by: Marc Mueller <[email protected]>
1 parent 7ed0a07 commit c96562c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.19.0
3+
rev: v3.19.1
44
hooks:
55
- id: pyupgrade
66
args: [--py39-plus]
77
exclude: &fixtures ^tests/fixtures/.+\.py$
88
- repo: https://github.com/pycqa/flake8
9-
rev: 7.1.1
9+
rev: 7.1.2
1010
hooks:
1111
- id: flake8
1212
additional_dependencies:
@@ -17,12 +17,12 @@ repos:
1717
files: ^(python_typing_update|script|tests)/.+\.py$
1818
exclude: *fixtures
1919
- repo: https://github.com/PyCQA/isort
20-
rev: 5.13.2
20+
rev: 6.0.0
2121
hooks:
2222
- id: isort
2323
exclude: *fixtures
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v3.4.0
25+
rev: v5.0.0
2626
hooks:
2727
- id: trailing-whitespace
2828
exclude: .+\.md

‎requirements_test_pre_commit.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
flake8==7.1.1
1+
flake8==7.1.2
22
isort==6.0.0
33
mccabe==0.7.0
44
pycodestyle==2.12.1

0 commit comments

Comments
 (0)
Please sign in to comment.