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 65b24d6 commit bd6cf54Copy full SHA for bd6cf54
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: pretty-format-json
6
exclude: ".vscode/.*" # Exclude jsonc
@@ -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.8 # Must match requirements-dev.txt
+ rev: v0.6.9 # Must match requirements-dev.txt
23
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.8 # Pre-commit fix # Must match .pre-commit-config.yaml
+ruff>=0.6.9 # Pre-commit fix # Must match .pre-commit-config.yaml
16
17
# Types
18
types-keyboard
0 commit comments