Skip to content

Commit

Permalink
update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
blancadesal committed Feb 12, 2024
1 parent d1f3503 commit 2b61a84
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
---
ci:
autofix_commit_msg: |
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
autofix_prs: true
autoupdate_branch: ''
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
autoupdate_schedule: weekly
skip: []
submodules: false
autoupdate_schedule: monthly

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
hooks:
# Run the linter.
- id: ruff
args: [ --fix ]
args: [ --fix --exit-non-zero-on-fix]
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down

0 comments on commit 2b61a84

Please sign in to comment.