Skip to content

Commit

Permalink
Merge branch 'ignore-folders,-system-and-hidden-files' of https://git…
Browse files Browse the repository at this point in the history
…hub.com/Toufool/AutoSplit into ignore-folders,-system-and-hidden-files
  • Loading branch information
Avasam committed Oct 2, 2024
2 parents 97b8c24 + 3cd5d89 commit 458acee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- id: pretty-format-ini
args: [--autofix]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.1 # Must match requirements-dev.txt
rev: v0.6.8 # Must match requirements-dev.txt
hooks:
- id: ruff
args: [--fix]
Expand Down
2 changes: 1 addition & 1 deletion scripts/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
-r requirements.txt
#
# Linters & Formatters
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
#
# Types
types-D3DShot ; sys_platform == 'win32'
Expand Down

0 comments on commit 458acee

Please sign in to comment.