Skip to content

Commit eac2a59

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.10.0 → 24.3.0](psf/black@23.10.0...24.3.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
1 parent 0e7f107 commit eac2a59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ repos:
1818
args: ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows
1919

2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.15.0
21+
rev: v3.15.2
2222
hooks:
2323
- id: pyupgrade
2424
args: ['--py37-plus']
2525

2626
- repo: https://github.com/PyCQA/autoflake
27-
rev: v2.2.1
27+
rev: v2.3.1
2828
hooks:
2929
- id: autoflake
3030
args: [
@@ -34,12 +34,12 @@ repos:
3434
]
3535

3636
- repo: https://github.com/PyCQA/isort
37-
rev: 5.12.0
37+
rev: 5.13.2
3838
hooks:
3939
- id: isort
4040

4141
- repo: https://github.com/psf/black
42-
rev: 23.10.0
42+
rev: 24.3.0
4343
hooks:
4444
- id: black
4545
language_version: python3
@@ -51,7 +51,7 @@ repos:
5151
additional_dependencies: [black]
5252

5353
- repo: https://github.com/PyCQA/flake8
54-
rev: 6.1.0
54+
rev: 7.0.0
5555
hooks:
5656
- id: flake8
5757
additional_dependencies: [flake8-bugbear]

0 commit comments

Comments
 (0)