Skip to content

Commit

Permalink
build: bump pre-commit-config
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Dec 26, 2024
1 parent 8d5894b commit 3ae9571
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@ repos:
# - id: check-added-large-files
# https://pre-commit.com/hooks.html
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.0
hooks:
- id: mypy
# args: [--ignore-missing-imports]
additional_dependencies: ["orjson"]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.4
hooks:
- id: ruff
- id: ruff-format

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.30.1
rev: v4.1.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ select = [
# "TD", # flake8-todos
"T10", # flake8-debugger
# "T20", # flake8-print
"TCH", # flake8-type-checking
"TC", # flake8-type-checking
"TID", # flake8-tidy-imports
"TRY", # tryceratops
"UP", # PyUpgrade
Expand Down

0 comments on commit 3ae9571

Please sign in to comment.