Skip to content

Commit

Permalink
Merge branch 'main' into matt-is-back
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Jul 19, 2024
2 parents 13a7ed8 + 73c91f1 commit 1e21d83
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ci:
autoupdate_schedule: "quarterly"
# Don't push commits on to PRs. If you want this, it can be triggered with a
# comment in a PR with text "pre-commit.ci autofix"
autofix_prs: false
Expand All @@ -17,7 +18,7 @@ repos:
additional_dependencies: [black==23.9.1]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
rev: "v4.5.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -39,7 +40,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.291"
rev: "v0.0.292"
hooks:
- id: ruff
args: ["--fix", "--show-fixes", "--exit-non-zero-on-fix"]
Expand All @@ -54,13 +55,13 @@ repos:
# - pytest

- repo: https://github.com/codespell-project/codespell
rev: "v2.2.5"
rev: "v2.2.6"
hooks:
- id: codespell
exclude: "^.*\\.bin$|^.*\\.ipynb$"

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: "v0.9.0.5"
rev: "v0.9.0.6"
hooks:
- id: shellcheck

Expand Down

0 comments on commit 1e21d83

Please sign in to comment.