Skip to content

Commit 8126fed

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/psf/black: 23.9.1 → 24.8.0](psf/black@23.9.1...24.8.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.11.1](pre-commit/mirrors-mypy@v1.5.1...v1.11.1) - [github.com/pycqa/flake8: 6.1.0 → 7.1.1](PyCQA/flake8@6.1.0...7.1.1)
1 parent b0bf37f commit 8126fed

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
exclude: svg
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.4.0
7+
rev: v4.6.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
1111
- id: check-yaml
1212
- id: check-added-large-files
1313

1414
- repo: https://github.com/psf/black
15-
rev: 23.9.1
15+
rev: 24.8.0
1616
hooks:
1717
- id: black
1818
args: [--safe, --line-length=100]
@@ -26,7 +26,7 @@ repos:
2626
- id: docformatter
2727

2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.5.1
29+
rev: v1.11.1
3030
hooks:
3131
- id: mypy
3232
additional_dependencies: [types-PyYAML, types-tqdm]
@@ -38,7 +38,7 @@ repos:
3838
files: ^docs/.*\.(rst|md)$
3939

4040
- repo: https://github.com/pycqa/flake8
41-
rev: 6.1.0
41+
rev: 7.1.1
4242
hooks:
4343
- id: flake8
4444

0 commit comments

Comments
 (0)