Skip to content

Commit

Permalink
precommit restore
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Nov 17, 2023
1 parent 693ede7 commit f94396e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ repos:
- id: debug-statements
- id: mixed-line-ending
- id: check-case-conflict
# - repo: https://github.com/psf/black
# rev: 23.7.0
# hooks:
# - id: black
# args: [--line-length=88]
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
- id: black
args: [--line-length=88]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.283
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
# - repo: https://github.com/pre-commit/mirrors-mypy
# rev: v1.6.0
# hooks:
# - id: mypy
# args: [--ignore-missing, --check-untyped-defs]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.0
hooks:
- id: mypy
args: [--ignore-missing, --check-untyped-defs]

0 comments on commit f94396e

Please sign in to comment.