Skip to content

Commit ef77eaf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/psf/black: 23.3.0 → 25.1.0](psf/black@23.3.0...25.1.0) - [github.com/pycqa/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.2](PyCQA/flake8@6.0.0...7.1.2) - [github.com/Lucas-C/pre-commit-hooks: v1.5.1 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.1...v1.5.5)
1 parent a087d08 commit ef77eaf

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
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/psf/black
9-
rev: 23.3.0 # Replace by any tag/version: https://github.com/psf/black/tags
9+
rev: 25.1.0 # Replace by any tag/version: https://github.com/psf/black/tags
1010
hooks:
1111
- id: black
1212
args: # arguments to configure black
@@ -15,14 +15,14 @@ repos:
1515

1616

1717
- repo: https://github.com/pycqa/isort
18-
rev: 5.12.0
18+
rev: 6.0.1
1919
hooks:
2020
- id: isort
2121
name: isort (python)
2222

2323
# flake8
2424
- repo: https://github.com/PyCQA/flake8
25-
rev: 6.0.0
25+
rev: 7.1.2
2626
hooks:
2727
- id: flake8
2828
args: # arguments to configure flake8
@@ -33,7 +33,7 @@ repos:
3333
# https://flake8.pycqa.org/en/latest/user/error-codes.html
3434
- "--ignore=E203,E266,E501,W503,F403,F401,E402,W605,E302"
3535
- repo: https://github.com/Lucas-C/pre-commit-hooks
36-
rev: v1.5.1
36+
rev: v1.5.5
3737
hooks:
3838
- id: insert-license
3939
files: "^.*py$"

0 commit comments

Comments
 (0)