Skip to content

Commit

Permalink
Merge pull request #70 from AndrewSergienko/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
andiserg authored May 11, 2024
2 parents 6db6e49 + f676c67 commit 22b6cc3
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,7 +17,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.1
rev: v0.4.3
hooks:
- id: ruff
- repo: https://github.com/pycqa/isort
Expand All @@ -33,7 +33,7 @@ repos:
exclude: "migrations/"
args: [--max-line-length, "120"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.9.0'
rev: 'v1.10.0'
hooks:
- id: mypy
args: [--install-types, --non-interactive, --ignore-missing-imports]
Expand Down

0 comments on commit 22b6cc3

Please sign in to comment.