Skip to content

Commit 6e4ae7e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.21.2](asottile/pyupgrade@v3.15.0...v3.21.2) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/pycqa/isort: 5.12.0 → 7.0.0](PyCQA/isort@5.12.0...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.10.1 → 25.12.0](psf/black-pre-commit-mirror@23.10.1...25.12.0) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.3.0](PyCQA/flake8@6.1.0...7.3.0) - [github.com/nbQA-dev/nbQA: 1.7.0 → 1.9.1](nbQA-dev/nbQA@1.7.0...1.9.1)
1 parent 02723b9 commit 6e4ae7e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ ci:
1616
repos:
1717
# Autoformat: Python code, syntax patterns are modernized
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.15.0
19+
rev: v3.21.2
2020
hooks:
2121
- id: pyupgrade
2222
args:
2323
- --py37-plus
2424

2525
# Autoformat: Python code
2626
- repo: https://github.com/PyCQA/autoflake
27-
rev: v2.2.1
27+
rev: v2.3.1
2828
hooks:
2929
- id: autoflake
3030
# args ref: https://github.com/PyCQA/autoflake#advanced-usage
@@ -33,25 +33,25 @@ repos:
3333

3434
# Autoformat: Python code
3535
- repo: https://github.com/pycqa/isort
36-
rev: 5.12.0
36+
rev: 7.0.0
3737
hooks:
3838
- id: isort
3939

4040
# Autoformat: Python code
41-
- repo: https://github.com/psf/black
42-
rev: 23.10.1
41+
- repo: https://github.com/psf/black-pre-commit-mirror
42+
rev: 25.12.0
4343
hooks:
4444
- id: black
4545

4646
# Autoformat: markdown, yaml, javascript (see the file .prettierignore)
4747
- repo: https://github.com/pre-commit/mirrors-prettier
48-
rev: v3.0.3
48+
rev: v4.0.0-alpha.8
4949
hooks:
5050
- id: prettier
5151

5252
# Autoformat and linting, misc. details
5353
- repo: https://github.com/pre-commit/pre-commit-hooks
54-
rev: v4.5.0
54+
rev: v6.0.0
5555
hooks:
5656
- id: end-of-file-fixer
5757
- id: requirements-txt-fixer
@@ -60,13 +60,13 @@ repos:
6060

6161
# Linting: Python code (see the file .flake8)
6262
- repo: https://github.com/PyCQA/flake8
63-
rev: "6.1.0"
63+
rev: "7.3.0"
6464
hooks:
6565
- id: flake8
6666

6767
# formatting notebooks
6868
- repo: https://github.com/nbQA-dev/nbQA
69-
rev: 1.7.0
69+
rev: 1.9.1
7070
hooks:
7171
- id: nbqa-pyupgrade
7272
args:

0 commit comments

Comments
 (0)