Skip to content

Commit f74872c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.3.0 → 24.1.1](psf/black@23.3.0...24.1.1) - https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v2.0.2 → v2.0.4](hhatto/autopep8@v2.0.2...v2.0.4) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.8.0](pre-commit/mirrors-mypy@v1.2.0...v1.8.0)
1 parent fed230c commit f74872c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: '^.*\.snap$'
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.4.0
4+
rev: v4.5.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
@@ -10,29 +10,29 @@ repos:
1010
- id: check-symlinks
1111

1212
- repo: https://github.com/pycqa/isort
13-
rev: 5.12.0
13+
rev: 5.13.2
1414
hooks:
1515
- id: isort
1616
args: ["--profile", "black"]
1717

1818
- repo: https://github.com/psf/black
19-
rev: 23.3.0
19+
rev: 24.1.1
2020
hooks:
2121
- id: black
2222

23-
- repo: https://github.com/pre-commit/mirrors-autopep8
24-
rev: v2.0.2
23+
- repo: https://github.com/hhatto/autopep8
24+
rev: v2.0.4
2525
hooks:
2626
- id: autopep8
2727

2828
- repo: https://github.com/PyCQA/flake8
29-
rev: 6.0.0
29+
rev: 7.0.0
3030
hooks:
3131
- id: flake8
3232
name: flake8
3333

3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.2.0
35+
rev: v1.8.0
3636
hooks:
3737
- id: mypy
3838
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)