Skip to content

Commit 993e592

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.2.0 → 25.1.0](psf/black@24.2.0...25.1.0) - [github.com/pycqa/flake8: 5.0.4 → 7.1.1](PyCQA/flake8@5.0.4...7.1.1) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.15.0](pre-commit/mirrors-mypy@v1.8.0...v1.15.0)
1 parent 7f44ecd commit 993e592

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,30 @@ repos:
55
- id: forbid-crlf
66
- id: remove-crlf
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.5.0
8+
rev: v5.0.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
1212
- id: check-merge-conflict
1313
- id: check-yaml
1414
args: [ --unsafe ]
1515
- repo: https://github.com/PyCQA/isort
16-
rev: 5.13.2
16+
rev: 6.0.0
1717
hooks:
1818
- id: isort
1919
args: [ "--filter-files" ]
2020
- repo: https://github.com/psf/black
21-
rev: 24.2.0
21+
rev: 25.1.0
2222
hooks:
2323
- id: black
2424
language_version: python3.8
2525
- repo: https://github.com/pycqa/flake8
26-
rev: 5.0.4
26+
rev: 7.1.1
2727
hooks:
2828
- id: flake8
2929
additional_dependencies: [ flake8-typing-imports==1.10.0 ]
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.8.0
31+
rev: v1.15.0
3232
hooks:
3333
- id: mypy
3434
exclude: tests/

0 commit comments

Comments
 (0)