Skip to content

Commit d987c37

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.1.0...v4.4.0) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/psf/black: 22.3.0 → 23.9.1](psf/black@22.3.0...23.9.1) - [github.com/nbQA-dev/nbQA: 1.3.1 → 1.7.0](nbQA-dev/nbQA@1.3.1...1.7.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.3.0 → v2.10.0](macisamuele/language-formatters-pre-commit-hooks@v2.3.0...v2.10.0)
1 parent ed0b894 commit d987c37

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
repos:
66

77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.1.0
8+
rev: v4.4.0
99
hooks:
1010
- id: check-ast
1111
- id: trailing-whitespace
@@ -19,7 +19,7 @@ repos:
1919
- id: check-yaml
2020

2121
- repo: https://github.com/PyCQA/isort
22-
rev: 5.10.1
22+
rev: 5.12.0
2323
hooks:
2424
- id: isort
2525
name: isort
@@ -30,12 +30,12 @@ repos:
3030
- python
3131

3232
- repo: https://github.com/psf/black
33-
rev: 22.3.0
33+
rev: 23.9.1
3434
hooks:
3535
- id: black
3636

3737
- repo: https://github.com/nbQA-dev/nbQA
38-
rev: 1.3.1
38+
rev: 1.7.0
3939
hooks:
4040
- id: nbqa-black
4141
additional_dependencies:
@@ -49,7 +49,7 @@ repos:
4949
- --nbqa-mutate
5050

5151
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
52-
rev: v2.3.0
52+
rev: v2.10.0
5353
hooks:
5454
- id: pretty-format-ini
5555
args: [--autofix]

0 commit comments

Comments
 (0)