Skip to content

Commit

Permalink
Merge branch 'main' into add-configs-in-profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuc authored Dec 31, 2023
2 parents 604a0e3 + 7cfe715 commit 504257d
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 @@ -54,13 +54,13 @@ repos:
- --py37-plus
- --keep-runtime-typing
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.7
rev: v0.1.9
hooks:
- id: ruff
args:
- --fix
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black
args: ["--config", "./pyproject.toml"]
Expand All @@ -71,7 +71,7 @@ repos:
alias: black
additional_dependencies: [black>=22.10.0]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.7.1"
rev: "v1.8.0"

hooks:
- id: mypy
Expand Down

0 comments on commit 504257d

Please sign in to comment.