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 97b8c24 + 3cd5d89 commit 458aceeCopy full SHA for 458acee
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: pretty-format-ini
20
args: [--autofix]
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.6.1 # Must match requirements-dev.txt
+ rev: v0.6.8 # Must match requirements-dev.txt
23
hooks:
24
- id: ruff
25
args: [--fix]
scripts/requirements-dev.txt
@@ -12,7 +12,7 @@
12
-r requirements.txt
13
#
14
# Linters & Formatters
15
-ruff>=0.6.1 # Pre-commit fix # Must match .pre-commit-config.yaml
+ruff>=0.6.8 # Pre-commit fix # Must match .pre-commit-config.yaml
16
17
# Types
18
types-D3DShot ; sys_platform == 'win32'
0 commit comments