We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a2b11 commit b07cb5aCopy full SHA for b07cb5a
.pre-commit-config.yaml
@@ -114,6 +114,11 @@ repos:
114
rev: v0.6.7
115
hooks:
116
- id: sphinx-lint
117
+- repo: https://github.com/asottile/yesqa
118
+ rev: v1.4.0
119
+ hooks:
120
+ - id: yesqa
121
+ additional_dependencies: *flake8_dependencies
122
- repo: local
123
124
# NOTE: we make `black` a local hook because if it's installed from
@@ -437,9 +442,3 @@ repos:
437
442
additional_dependencies:
438
443
- autotyping==22.9.0
439
444
- libcst==0.4.7
440
- - id: check-test-naming
441
- name: check that test names start with 'test'
- entry: python -m scripts.check_test_naming
- types: [python]
- files: ^pandas/tests
445
- language: python
0 commit comments