We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7014328 commit 8f76a55Copy full SHA for 8f76a55
.pre-commit-config.yaml
@@ -4,6 +4,7 @@ ci:
4
autoupdate_schedule: quarterly
5
skip:
6
- nitpick-check # can't run on pre-commit.ci while using gh://
7
+ - pylint # pylint-pytest crashes because the project isn't self-installed
8
9
repos:
10
- repo: local
0 commit comments