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 a568bb1 commit b8ebbfeCopy full SHA for b8ebbfe
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/astral-sh/ruff-pre-commit
6
- rev: "v0.3.2"
+ rev: "v0.3.3"
7
hooks:
8
- id: ruff
9
args: ["--fix"]
@@ -30,7 +30,7 @@ repos:
30
- id: debug-statements
31
language_version: python3
32
- repo: https://github.com/PyCQA/autoflake
33
- rev: v2.3.0
+ rev: v2.3.1
34
35
- id: autoflake
36
name: autoflake
0 commit comments