Skip to content

Commit 458acee

Browse files
committed
Merge branch 'ignore-folders,-system-and-hidden-files' of https://github.com/Toufool/AutoSplit into ignore-folders,-system-and-hidden-files
2 parents 97b8c24 + 3cd5d89 commit 458acee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.1 # Must match requirements-dev.txt
22+
rev: v0.6.8 # 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.1 # Pre-commit fix # Must match .pre-commit-config.yaml
15+
ruff>=0.6.8 # Pre-commit fix # Must match .pre-commit-config.yaml
1616
#
1717
# Types
1818
types-D3DShot ; sys_platform == 'win32'

0 commit comments

Comments
 (0)