We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57e8eae + ed24967 commit 9ab63f7Copy full SHA for 9ab63f7
1 file changed
.pre-commit-config.yaml
@@ -14,13 +14,13 @@ repos:
14
- id: file-contents-sorter
15
files: requirements-dev.txt
16
17
-- repo: https://github.com/charliermarsh/ruff-pre-commit
18
- rev: v0.0.287
+- repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: v0.0.291
19
hooks:
20
- id: ruff
21
22
- repo: https://github.com/psf/black
23
- rev: 23.7.0
+ rev: 23.9.1
24
25
- id: black
26
language_version: python3
0 commit comments