Skip to content

Commit

Permalink
Updated pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Oct 21, 2023
1 parent 8d83ba0 commit 57d6cff
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,13 +1,13 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.292'
rev: 'v0.1.1'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
exclude: test.*
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.10.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -36,14 +36,14 @@ repos:
- id: fix-encoding-pragma
args: ["--remove"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.6.1
hooks:
- id: mypy
exclude: test.*
args: [--no-strict-optional, --ignore-missing-imports]
additional_dependencies: ["pydantic", "toml", "types-all"]
- repo: https://github.com/jsh9/pydoclint
rev: 0.3.2
rev: 0.3.8
hooks:
- id: pydoclint
args:
Expand Down

0 comments on commit 57d6cff

Please sign in to comment.