Skip to content

Commit b32334a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/psf/black: 22.10.0 → 23.7.0](psf/black@22.10.0...23.7.0) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
1 parent 8d959c1 commit b32334a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.3.0
5+
rev: v4.4.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: 5.0.4 # pick a git hash / tag to point to
20+
rev: 6.0.0 # pick a git hash / tag to point to
2121
hooks:
2222
- id: flake8
2323
additional_dependencies:
@@ -29,10 +29,10 @@ repos:
2929
- flake8-copyright
3030
- flake8-docstrings
3131
- repo: https://github.com/psf/black
32-
rev: 22.10.0
32+
rev: 23.7.0
3333
hooks:
3434
- id: black
3535
- repo: https://github.com/PyCQA/isort
36-
rev: 5.10.1
36+
rev: 5.12.0
3737
hooks:
3838
- id: isort

0 commit comments

Comments
 (0)