diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a32fb6c4e..a0e81a993 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,5 +14,3 @@ jobs: python-version: "3.x" - uses: pre-commit/action@v3.0.1 - with: - extra_args: --all-files --hook-stage manual diff --git a/tox.ini b/tox.ini index 6e02e5aee..31ac9382d 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ commands = pytest --color=yes {posargs} [testenv:lint] description = Lint via pre-commit base_python = py{39,310,311,312,38,37} -commands = pre-commit run --all-files --hook-stage manual +commands = pre-commit run --all-files [testenv:mypy] description = Typecheck with mypy