Skip to content

Commit 4d9f8e5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.1.0](psf/black-pre-commit-mirror@25.1.0...26.1.0) - [github.com/pycqa/isort: 6.0.0 → 7.0.0](PyCQA/isort@6.0.0...7.0.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/Lucas-C/pre-commit-hooks: v1.5.5 → v1.5.6](Lucas-C/pre-commit-hooks@v1.5.5...v1.5.6)
1 parent 38f2593 commit 4d9f8e5

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,13 +1,13 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88

9-
- repo: https://github.com/psf/black
10-
rev: 25.1.0 # Replace by any tag/version: https://github.com/psf/black/tags
9+
- repo: https://github.com/psf/black-pre-commit-mirror
10+
rev: 26.1.0 # Replace by any tag/version: https://github.com/psf/black/tags
1111
hooks:
1212
- id: black
1313
args: # arguments to configure black
@@ -16,14 +16,14 @@ repos:
1616

1717

1818
- repo: https://github.com/pycqa/isort
19-
rev: 6.0.0
19+
rev: 7.0.0
2020
hooks:
2121
- id: isort
2222
name: isort (python)
2323

2424
# flake8
2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 7.1.1
26+
rev: 7.3.0
2727
hooks:
2828
- id: flake8
2929
args: # arguments to configure flake8
@@ -35,7 +35,7 @@ repos:
3535
- "--ignore=E203,E266,E501,W503,F403,F401,E402,F811"
3636

3737
- repo: https://github.com/Lucas-C/pre-commit-hooks
38-
rev: v1.5.5
38+
rev: v1.5.6
3939
hooks:
4040
- id: insert-license
4141
files: "^.*py$"

0 commit comments

Comments
 (0)