Skip to content

Commit bd6cf54

Browse files
authored
Bump pre commit hooks (#301)
1 parent 65b24d6 commit bd6cf54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: pretty-format-json
66
exclude: ".vscode/.*" # Exclude jsonc
@@ -19,7 +19,7 @@ repos:
1919
- id: pretty-format-ini
2020
args: [--autofix]
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.6.8 # Must match requirements-dev.txt
22+
rev: v0.6.9 # Must match requirements-dev.txt
2323
hooks:
2424
- id: ruff
2525
args: [--fix]

scripts/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-r requirements.txt
1313
#
1414
# Linters & Formatters
15-
ruff>=0.6.8 # Pre-commit fix # Must match .pre-commit-config.yaml
15+
ruff>=0.6.9 # Pre-commit fix # Must match .pre-commit-config.yaml
1616
#
1717
# Types
1818
types-keyboard

0 commit comments

Comments
 (0)