Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1607)
Browse files Browse the repository at this point in the history
* pre-commit bump

* remove trailing .git so auto-generated version diff urls work fine

---------

Co-authored-by: adehad <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and adehad authored Mar 11, 2023
1 parent 0a0ec62 commit eeba6ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ repos:
- id: debug-statements
- id: check-yaml
files: .*\.(yaml|yml)$
- repo: https://github.com/codespell-project/codespell.git
rev: v2.2.2
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
hooks:
- id: codespell
name: codespell
Expand All @@ -32,17 +32,17 @@ repos:
require_serial: false
additional_dependencies: []
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.246"
rev: "v0.0.254"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/adrienverge/yamllint.git
- repo: https://github.com/adrienverge/yamllint
rev: v1.29.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.0.0
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.1.1
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit eeba6ae

Please sign in to comment.