Skip to content

Commit

Permalink
chore: [pre-commit.ci] pre-commit autoupdate (#2227)
Browse files Browse the repository at this point in the history
* Update pre-commit hooks:
   - github.com/charliermarsh/ruff-pre-commit: v0.0.263 → v0.0.270
   - github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0
  • Loading branch information
pre-commit-ci[bot] authored Jun 6, 2023
1 parent f2fe377 commit 6bdc501
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
exclude: ^validation/|\.dtd$|\.xml$

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.263"
rev: "v0.0.270"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -44,7 +44,7 @@ repos:
additional_dependencies: [black==23.3.0]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
rev: v1.3.0
# check the oldest and newest supported Pythons
hooks:
- &mypy
Expand All @@ -62,7 +62,7 @@ repos:
rev: 1.7.0
hooks:
- id: nbqa-ruff
additional_dependencies: [ruff==0.0.263]
additional_dependencies: [ruff==0.0.270]
args: ["--extend-ignore=F821,F401,F841,F811"]

- repo: https://github.com/codespell-project/codespell
Expand Down

0 comments on commit 6bdc501

Please sign in to comment.