Skip to content

Commit 655cdbf

Browse files
committed
Run pre-commit autoupdate
This patch is built off of `main` due to one of the `pre-commit` environments failing in its current pinned version, meaning this could potentially be part of a bugfix release. Signed-off-by: Alex Nelson <[email protected]>
1 parent 102c9a0 commit 655cdbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.10.0
3+
rev: 23.1.0
44
hooks:
55
- id: black
66
- repo: https://github.com/pycqa/flake8
7-
rev: 5.0.4
7+
rev: 6.0.0
88
hooks:
99
- id: flake8
1010
- repo: https://github.com/pycqa/isort
11-
rev: 5.10.1
11+
rev: 5.12.0
1212
hooks:
1313
- id: isort
1414
name: isort (python)

0 commit comments

Comments
 (0)