Skip to content

Commit c659ec9

Browse files
committed
Autoupdate .pre-commit-config.yaml
1 parent c9e961c commit c659ec9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-json
@@ -10,17 +10,17 @@ repos:
1010
- id: trailing-whitespace
1111

1212
- repo: https://github.com/psf/black
13-
rev: 23.3.0
13+
rev: 24.4.2
1414
hooks:
1515
- id: black
1616

1717
- repo: https://github.com/PyCQA/isort
18-
rev: 5.12.0
18+
rev: 5.13.2
1919
hooks:
2020
- id: isort
2121

2222
- repo: https://github.com/PyCQA/flake8
23-
rev: 6.0.0
23+
rev: 7.0.0
2424
hooks:
2525
- id: flake8
2626
additional_dependencies:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ max-doc-length = 100
5050
max-line-length = 80
5151
unused-arguments-ignore-stub-functions = True
5252
extend-select = B901,B902,B950
53-
ignore = A003,B005,E203,E262,E266,E501,U101,W503
53+
ignore = A003,A005,B005,E203,E262,E266,E501,E704,U101,W503
5454
5555
per-file-ignores =
5656
test/*.py:B950,W505

0 commit comments

Comments
 (0)