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.
2 parents e8e7071 + 4d9b6d1 commit 4674270Copy full SHA for 4674270
1 file changed
.pre-commit-config.yaml
@@ -15,15 +15,15 @@ repos:
15
args: [--fix, lf]
16
- id: trailing-whitespace
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: "v0.0.277"
+ rev: "v0.0.278"
19
hooks:
20
- id: ruff
21
- repo: https://github.com/PyCQA/isort
22
rev: 5.12.0
23
24
- id: isort
25
- repo: https://github.com/psf/black
26
- rev: 23.3.0
+ rev: 23.7.0
27
28
- name: black
29
id: black
0 commit comments