Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.241 → v0.0.254](astral-sh/ruff-pre-commit@v0.0.241...v0.0.254)
- [github.com/dosisod/refurb: v1.10.0 → v1.13.0](dosisod/refurb@v1.10.0...v1.13.0)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.1](pre-commit/mirrors-mypy@v0.991...v1.0.1)
  • Loading branch information
pre-commit-ci[bot] authored Mar 6, 2023
1 parent 5119db0 commit 7a02e13
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 @@ -52,13 +52,13 @@ repos:
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.241
rev: v0.0.254
hooks:
- id: ruff
args: [hooks, tests]
pass_filenames: false
- repo: https://github.com/dosisod/refurb
rev: v1.10.0
rev: v1.13.0
hooks:
- id: refurb
args: [--ignore, FURB126]
Expand Down Expand Up @@ -103,7 +103,7 @@ repos:
- id: codespell
additional_dependencies: [tomli]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.991'
rev: 'v1.0.1'
hooks:
- id: mypy
args: [
Expand Down

0 comments on commit 7a02e13

Please sign in to comment.