Skip to content

Commit

Permalink
🧪🔧 Skip running pylint on pre-commit.ci
Browse files Browse the repository at this point in the history
The way it's set up is incompatible with this hosted service.
  • Loading branch information
webknjaz committed Mar 9, 2023
1 parent 583740e commit d974242
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---

ci:
skip:
- pylint # `local` hooks can't run on pre-commit.ci

repos:
- repo: https://github.com/asottile/add-trailing-comma.git
rev: v0.7.1
Expand Down Expand Up @@ -88,3 +93,5 @@ repos:
- --known-standard-library=contextvars
- --min-similarity-lines=6
- --good-names=logger

...

0 comments on commit d974242

Please sign in to comment.