Skip to content

Commit

Permalink
Tweak pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wsanchez committed Nov 3, 2023
1 parent 6164d38 commit f3f0a11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
ci:
skip:
- check-manifest

repos:

- repo: https://github.com/asottile/pyupgrade
Expand Down Expand Up @@ -91,3 +87,4 @@ repos:
rev: "0.49"
hooks:
- id: check-manifest
stages: [push]
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ skip_install = True
deps =
-r requirements/requirements-lint.txt

passenv =
SKIP

commands =
pre-commit run {posargs:--all-files}

Expand Down

0 comments on commit f3f0a11

Please sign in to comment.