Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Aug 4, 2024
1 parent 484dda6 commit 7a1f7c5
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,28 @@ repos:
# - id: mixed-line-ending
# - id: trailing-whitespace
# exclude: ^(tests/data/patches|tests/.+\.patch)
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
# - repo: https://github.com/astral-sh/ruff-pre-commit
# rev: v0.1.6
# hooks:
# - id: ruff
# args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
hooks:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]
args: [--no-strict-optional, --ignore-missing-imports, cli]
additional_dependencies:
[
types-click,
types-pkg_resources,
types-six,
types-requests,
types-tabulate,
types-Deprecated,
types-PyYAML,
types-cachetools,
types-setuptools,
# types-click,
# types-pkg_resources,
# types-requests,
# types-tabulate,
# types-Deprecated,
# types-PyYAML,
# types-cachetools,
]
# - repo: https://github.com/teemtee/tmt.git
# rev: 1.29.0
Expand Down

0 comments on commit 7a1f7c5

Please sign in to comment.