Skip to content

Commit

Permalink
attempt to update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AFg6K7h4fhy2 committed Jan 27, 2025
1 parent c812e42 commit 6ed2116
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,13 @@ repos:
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black", "--line-length", "79"]
args: [
"--profile", "black",
"--line-length", "79"]
stages:
- pre-commit
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.2
rev: v0.9.3
hooks:
- id: ruff
args: ["--ignore=E741", "--ignore=E731", "--fix"]
Expand Down Expand Up @@ -123,22 +127,22 @@ repos:
# GITHUB ACTIONS
################################################################################
- repo: https://github.com/rhysd/actionlint
rev: v1.7.4
rev: v1.7.7
hooks:
- id: actionlint
################################################################################
# SPELLING
################################################################################
- repo: https://github.com/crate-ci/typos
rev: typos-dict-v0.11.37
rev: dictgen-v0.3.1
hooks:
- id: typos
args: ["--force-exclude"]
################################################################################
# COMMIT MESSAGES
################################################################################
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.0.0
rev: v4.1.1
hooks:
- id: commitizen
- repo: https://github.com/jorisroovers/gitlint
Expand Down

0 comments on commit 6ed2116

Please sign in to comment.