Skip to content

Commit 9fbefa8

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.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/pycqa/flake8: 6.1.0 → 7.3.0](PyCQA/flake8@6.1.0...7.3.0) - [github.com/psf/black: 23.10.1 → 25.1.0](psf/black@23.10.1...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.17.0](pre-commit/mirrors-mypy@v1.6.1...v1.17.0)
1 parent e9e9afe commit 9fbefa8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22

33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.5.0
4+
rev: v5.0.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
@@ -10,13 +10,13 @@ repos:
1010
- id: check-merge-conflict
1111

1212
- repo: https://github.com/pycqa/isort
13-
rev: 5.12.0
13+
rev: 6.0.1
1414
hooks:
1515
- id: isort
1616
args: [--profile, black, --line-length=120]
1717

1818
- repo: https://github.com/pycqa/flake8
19-
rev: 6.1.0
19+
rev: 7.3.0
2020
hooks:
2121
- id: flake8
2222
additional_dependencies:
@@ -25,13 +25,13 @@ repos:
2525
exclude: migrations
2626

2727
- repo: https://github.com/psf/black
28-
rev: 23.10.1
28+
rev: 25.1.0
2929
hooks:
3030
- id: black
3131
args: [--line-length=120]
3232

3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: 'v1.6.1'
34+
rev: 'v1.17.0'
3535
hooks:
3636
- id: mypy
3737
args: [--strict]

0 commit comments

Comments
 (0)