Skip to content

Commit

Permalink
autoupdate pre-commit hooks' versions
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jul 5, 2023
1 parent ab74ab7 commit cfc575d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ repos:
- id: mixed-line-ending
args: ["--fix=lf"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.275
rev: v0.0.277
hooks:
- id: ruff
exclude: ^cookiecutter/
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.0
rev: v1.4.1
hooks:
- id: mypy
name: mypy (library code)
Expand Down

0 comments on commit cfc575d

Please sign in to comment.