Skip to content

Commit 1e16f29

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) - [github.com/pycqa/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0)
1 parent 6a89685 commit 1e16f29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: pyupgrade
66
- repo: https://github.com/psf/black
7-
rev: 22.12.0
7+
rev: 23.1.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/pycqa/flake8
@@ -14,7 +14,7 @@ repos:
1414
args:
1515
["--max-line-length=88", "--extend-ignore=E203,E501", "--builtins=c"]
1616
- repo: https://github.com/pycqa/isort
17-
rev: 5.11.4
17+
rev: 5.12.0
1818
hooks:
1919
- id: isort
2020
args: ["--profile", "black"]

0 commit comments

Comments
 (0)