Skip to content

Commit 84d900b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/rbubley/mirrors-prettier: v3.5.1 → v3.6.2](rbubley/mirrors-prettier@v3.5.1...v3.6.2) - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1) - [github.com/PyCQA/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/PyCQA/doc8: v1.1.2 → v2.0.0](PyCQA/doc8@v1.1.2...v2.0.0)
1 parent 58b2f5d commit 84d900b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ repos:
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/rbubley/mirrors-prettier
14-
rev: v3.5.1
14+
rev: v3.6.2
1515
hooks:
1616
- id: prettier
1717
- repo: https://github.com/asottile/blacken-docs
1818
rev: 1.19.1
1919
hooks:
2020
- id: blacken-docs
2121
- repo: https://github.com/PyCQA/isort
22-
rev: 6.0.0
22+
rev: 6.0.1
2323
hooks:
2424
- id: isort
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.15.0
26+
rev: v1.16.1
2727
hooks:
2828
- id: mypy
2929
additional_dependencies: [numpy, types-PyYAML]
@@ -59,7 +59,7 @@ repos:
5959
- --remove-unused-variable
6060
- --ignore-init-module-imports
6161
- repo: https://github.com/PyCQA/flake8
62-
rev: 7.1.2
62+
rev: 7.3.0
6363
hooks:
6464
- id: flake8
6565
additional_dependencies:
@@ -70,7 +70,7 @@ repos:
7070
- flake8-bugbear
7171
- flake8-blind-except
7272
- repo: https://github.com/asottile/pyupgrade
73-
rev: v3.19.1
73+
rev: v3.20.0
7474
hooks:
7575
- id: pyupgrade
7676
args: [--py3-plus, --py310-plus, --keep-runtime-typing]
@@ -84,6 +84,6 @@ repos:
8484
language: fail
8585
files: '.*\.rej$'
8686
- repo: https://github.com/PyCQA/doc8
87-
rev: v1.1.2
87+
rev: v2.0.0
8888
hooks:
8989
- id: doc8

0 commit comments

Comments
 (0)