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/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.241 → v0.0.262](astral-sh/ruff-pre-commit@v0.0.241...v0.0.262)
- [github.com/dosisod/refurb: v1.10.0 → v1.15.0](dosisod/refurb@v1.10.0...v1.15.0)
- [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.2.0](pre-commit/mirrors-mypy@v0.991...v1.2.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 24, 2023
1 parent 5119db0 commit 1733fdb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ repos:
{{cookiecutter.package_name}}/setup.cfg
)$
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.241
rev: v0.0.262
hooks:
- id: ruff
args: [hooks, tests]
pass_filenames: false
- repo: https://github.com/dosisod/refurb
rev: v1.10.0
rev: v1.15.0
hooks:
- id: refurb
args: [--ignore, FURB126]
Expand Down Expand Up @@ -98,12 +98,12 @@ repos:
# path/to/file.py
# )$
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.4
hooks:
- id: codespell
additional_dependencies: [tomli]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.991'
rev: 'v1.2.0'
hooks:
- id: mypy
args: [
Expand Down

0 comments on commit 1733fdb

Please sign in to comment.