Skip to content

Commit b59b378

Browse files
[pre-commit.ci] pre-commit autoupdate (#137)
1 parent be74474 commit b59b378

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
@@ -17,21 +17,21 @@ repos:
1717
- id: isort
1818
args: [--profile, black, --filter-files]
1919
- repo: https://github.com/PyCQA/autoflake
20-
rev: v2.2.0
20+
rev: v2.2.1
2121
hooks:
2222
- id: autoflake
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.9.0
24+
rev: v3.14.0
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py38-plus]
2828
- repo: https://github.com/psf/black
29-
rev: 23.7.0
29+
rev: 23.9.1
3030
hooks:
3131
- id: black
3232
language_version: python3 # Should be a command that runs python3.6+
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 6.0.0
34+
rev: 6.1.0
3535
hooks:
3636
- id: flake8
3737
args: [--count, --show-source, --statistics]
@@ -45,7 +45,7 @@ repos:
4545
- pyflakes
4646
- tryceratops
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.4.1
48+
rev: v1.5.1
4949
hooks:
5050
- id: mypy
5151
additional_dependencies:
@@ -58,7 +58,7 @@ repos:
5858
hooks:
5959
- id: yamlfmt
6060
- repo: https://github.com/asottile/setup-cfg-fmt
61-
rev: v2.4.0
61+
rev: v2.5.0
6262
hooks:
6363
- id: setup-cfg-fmt
6464
- repo: https://github.com/kynan/nbstripout

0 commit comments

Comments
 (0)