Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/Toufool/AutoSplit into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Aug 5, 2023
2 parents 7e08c42 + 9d2e17d commit 121f29a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: pretty-format-ini
args: [--autofix]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.280" # Must match requirements-dev.txt
rev: "v0.0.281" # Must match requirements-dev.txt
hooks:
- id: ruff
args: [--fix]
Expand All @@ -26,7 +26,7 @@ repos:
hooks:
- id: autopep8
- repo: https://github.com/asottile/add-trailing-comma
rev: v3.0.0 # Must match requirements-dev.txt
rev: v3.0.1 # Must match requirements-dev.txt
hooks:
- id: add-trailing-comma

Expand Down

0 comments on commit 121f29a

Please sign in to comment.