Skip to content

Commit 478ab99

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1)
1 parent 8ee57d8 commit 478ab99

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
@@ -4,7 +4,7 @@ exclude: '^.*\.xtf|.*\.xml|.*\.ili'
44
repos:
55
# Fix end of files
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v5.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -13,7 +13,7 @@ repos:
1313
- "--fix=lf"
1414

1515
# Remove unused imports/variables
16-
- repo: https://github.com/myint/autoflake
16+
- repo: https://github.com/PyCQA/autoflake
1717
rev: v2.3.1
1818
hooks:
1919
- id: autoflake
@@ -33,21 +33,21 @@ repos:
3333

3434
# Black formatting
3535
- repo: https://github.com/psf/black
36-
rev: "24.4.2"
36+
rev: "24.10.0"
3737
hooks:
3838
- id: black
3939
args: ["--line-length=99"]
4040

4141
# tool to automatically upgrade syntax for newer versions of the language
4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v3.16.0
43+
rev: v3.17.0
4444
hooks:
4545
- id: pyupgrade
4646
args: [--py37-plus]
4747

4848
# Lint files
4949
- repo: https://github.com/pycqa/flake8
50-
rev: "7.1.0"
50+
rev: "7.1.1"
5151
hooks:
5252
- id: flake8
5353
args: [

0 commit comments

Comments
 (0)