We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad74f63 commit bbf4925Copy full SHA for bbf4925
.pre-commit-config.yaml
@@ -1,10 +1,10 @@
1
repos:
2
- repo: https://github.com/PyCQA/isort
3
- rev: 5.12.0
+ rev: 5.13.2
4
hooks:
5
- id: isort
6
- repo: https://github.com/astral-sh/ruff-pre-commit
7
- rev: v0.0.281
+ rev: v0.1.8
8
9
- id: ruff
10
args:
@@ -20,7 +20,7 @@ repos:
20
- id: toml-sort-fix
21
exclude: poetry.lock
22
- repo: https://github.com/pre-commit/pre-commit-hooks
23
- rev: v4.4.0
+ rev: v4.5.0
24
25
- id: check-added-large-files
26
- id: check-ast
@@ -38,6 +38,6 @@ repos:
38
- id: mixed-line-ending
39
- id: trailing-whitespace
40
- repo: https://github.com/psf/black
41
- rev: 23.7.0
+ rev: 23.12.0
42
43
- id: black
0 commit comments