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/pre-commit/mirrors-mypy: v1.7.0 → v1.9.0](pre-commit/mirrors-mypy@v1.7.0...v1.9.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.3.5](astral-sh/ruff-pre-commit@v0.1.5...v0.3.5)
- [github.com/netromdk/vermin: v1.5.2 → v1.6.0](netromdk/vermin@v1.5.2...v1.6.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent b38de18 commit 60ca8d9
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 @@ -9,7 +9,7 @@ repos:
- id: check-added-large-files
- id: debug-statements
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.0
rev: v1.9.0
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -20,12 +20,12 @@ repos:
- types-setuptools
- types-python-dateutil
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.1.5'
rev: 'v0.3.5'
hooks:
- id: ruff
args: ["--fix"]
- repo: https://github.com/netromdk/vermin
rev: v1.5.2
rev: v1.6.0
hooks:
- id: vermin
args: ['-t=3.8-', '--violations']

0 comments on commit 60ca8d9

Please sign in to comment.