Skip to content

Commit c5a6905

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 24.3.0](psf/black@23.9.1...24.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/asottile/reorder-python-imports: v3.10.0 → v3.12.0](asottile/reorder-python-imports@v3.10.0...v3.12.0) - [github.com/asottile/pyupgrade: v3.10.1 → v3.15.1](asottile/pyupgrade@v3.10.1...v3.15.1)
1 parent 35cdd8d commit c5a6905

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.9.1
3+
rev: 24.3.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
@@ -10,7 +10,7 @@ repos:
1010
- id: blacken-docs
1111
additional_dependencies: [black==23.1.0]
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.4.0
13+
rev: v4.5.0
1414
hooks:
1515
- id: trailing-whitespace
1616
- id: end-of-file-fixer
@@ -21,15 +21,15 @@ repos:
2121
exclude: _pytest/(debugging|hookspec).py
2222
language_version: python3
2323
- repo: https://github.com/PyCQA/autoflake
24-
rev: v2.2.1
24+
rev: v2.3.1
2525
hooks:
2626
- id: autoflake
2727
name: autoflake
2828
args: ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"]
2929
language: python
3030
files: \.py$
3131
- repo: https://github.com/PyCQA/flake8
32-
rev: 6.1.0
32+
rev: 7.0.0
3333
hooks:
3434
- id: flake8
3535
language_version: python3
@@ -39,12 +39,12 @@ repos:
3939
- flake8-no-pep420
4040
- flake8-tidy-imports
4141
- repo: https://github.com/asottile/reorder-python-imports
42-
rev: v3.10.0
42+
rev: v3.12.0
4343
hooks:
4444
- id: reorder-python-imports
4545
args: ['--application-directories=.:src', --py37-plus]
4646
- repo: https://github.com/asottile/pyupgrade
47-
rev: v3.10.1
47+
rev: v3.15.1
4848
hooks:
4949
- id: pyupgrade
5050
args: [--py37-plus]

0 commit comments

Comments
 (0)