Skip to content

Commit 1fc7aac

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/psf/black: 22.8.0 → 22.12.0](psf/black@22.8.0...22.12.0) - [github.com/pycqa/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4) - [github.com/nbQA-dev/nbQA: 1.5.2 → 1.6.0](nbQA-dev/nbQA@1.5.2...1.6.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.0 → v3.0.0-alpha.4](pre-commit/mirrors-prettier@v3.0.0-alpha.0...v3.0.0-alpha.4) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/PyCQA/autoflake: v1.6.1 → v2.0.0](PyCQA/autoflake@v1.6.1...v2.0.0)
1 parent 9d1bb0c commit 1fc7aac

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
@@ -2,24 +2,24 @@ ci:
22
autoupdate_schedule: "quarterly"
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v4.4.0
66
hooks:
77
- id: check-docstring-first
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010

1111
- repo: https://github.com/psf/black
12-
rev: 22.8.0
12+
rev: 22.12.0
1313
hooks:
1414
- id: black
1515

1616
- repo: https://github.com/pycqa/isort
17-
rev: 5.10.1
17+
rev: 5.11.4
1818
hooks:
1919
- id: isort
2020

2121
- repo: https://github.com/nbQA-dev/nbQA
22-
rev: 1.5.2
22+
rev: 1.6.0
2323
hooks:
2424
- id: nbqa-black
2525
- id: nbqa-isort
@@ -30,18 +30,18 @@ repos:
3030
- id: nbstripout
3131

3232
- repo: https://github.com/pre-commit/mirrors-prettier
33-
rev: v3.0.0-alpha.0
33+
rev: v3.0.0-alpha.4
3434
hooks:
3535
- id: prettier
3636

3737
- repo: https://github.com/PyCQA/flake8
38-
rev: 5.0.4
38+
rev: 6.0.0
3939
hooks:
4040
- id: flake8
4141
additional_dependencies: [flake8-typing-imports==1.7.0]
4242

4343
- repo: https://github.com/PyCQA/autoflake
44-
rev: v1.6.1
44+
rev: v2.0.0
4545
hooks:
4646
- id: autoflake
4747
args:

0 commit comments

Comments
 (0)