Skip to content

Commit

Permalink
Merge pull request #1292 from pimutils/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
geier authored Nov 15, 2023
2 parents a278c6e + e2fb590 commit ffef884
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.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.5.0
rev: v1.7.0
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -20,7 +20,7 @@ repos:
- types-setuptools
- types-python-dateutil
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.0.284'
rev: 'v0.1.5'
hooks:
- id: ruff
args: ["--fix"]
Expand Down

0 comments on commit ffef884

Please sign in to comment.