Skip to content

Commit 8c21e9a

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/PyCQA/flake8: 6.1.0 → 7.1.2](PyCQA/flake8@6.1.0...7.1.2) - [github.com/psf/black: 23.9.1 → 25.1.0](psf/black@23.9.1...25.1.0) - [github.com/PyCQA/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/asottile/pyupgrade: v3.11.1 → v3.19.1](asottile/pyupgrade@v3.11.1...v3.19.1)
1 parent 31b6e0e commit 8c21e9a

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
@@ -2,7 +2,7 @@ exclude: '(^docs/conf.py|^user_data/External_tables/)'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-added-large-files
@@ -17,7 +17,7 @@ repos:
1717
- id: mixed-line-ending
1818
args: ['--fix=no']
1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 6.1.0 # pick a git hash / tag to point to
20+
rev: 7.1.2 # pick a git hash / tag to point to
2121
hooks:
2222
- id: flake8
2323
additional_dependencies:
@@ -29,15 +29,15 @@ repos:
2929
- flake8-copyright
3030
- flake8-docstrings
3131
- repo: https://github.com/psf/black
32-
rev: 23.9.1
32+
rev: 25.1.0
3333
hooks:
3434
- id: black
3535
- repo: https://github.com/PyCQA/isort
36-
rev: 5.12.0
36+
rev: 6.0.1
3737
hooks:
3838
- id: isort
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.11.1
40+
rev: v3.19.1
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py38-plus]

0 commit comments

Comments
 (0)