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/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/pre-commit/mirrors-mypy: v1.7.0 → v1.11.1](pre-commit/mirrors-mypy@v1.7.0...v1.11.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.5.6](astral-sh/ruff-pre-commit@v0.1.5...v0.5.6)
- [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 Aug 5, 2024
1 parent 4b6e799 commit 2ca57a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
Expand All @@ -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.11.1
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.5.6'
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 2ca57a8

Please sign in to comment.