Skip to content

Commit

Permalink
Update pre-commit config (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Aug 7, 2024
1 parent ddb09d8 commit f8fe5f0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# cspell: disable autoupdate
ci:
autoupdate_commit_msg: "chore: pre-commit autoupdate"
autoupdate_schedule: monthly
autofix_commit_msg: |
chore: auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
skip:
# These will not run on pre-commit.ci due to required network access:
- ansible-test-sanity
Expand Down Expand Up @@ -30,7 +37,7 @@ repos:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/pycqa/pylint
Expand Down

0 comments on commit f8fe5f0

Please sign in to comment.