Skip to content

Commit

Permalink
Merge branch 'main' into dataclass-from-type
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Nov 29, 2023
2 parents 45087d5 + 08bf241 commit fd91f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:
skip: ['yesqa', 'no-commit-to-branch']
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.5
rev: v0.1.6
hooks:
- id: ruff
args: ['--fix', '--exit-non-zero-on-fix']
Expand Down Expand Up @@ -55,7 +55,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.0
rev: v1.7.1
hooks:
- id: mypy
# warn-unused-ignores is unsafe with pre-commit, see
Expand Down

0 comments on commit fd91f6b

Please sign in to comment.