Skip to content

Commit b07cb5a

Browse files
committed
brnahc state before rebase
1 parent 57a2b11 commit b07cb5a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.pre-commit-config.yaml

+5-6
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ repos:
114114
rev: v0.6.7
115115
hooks:
116116
- 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
117122
- repo: local
118123
hooks:
119124
# NOTE: we make `black` a local hook because if it's installed from
@@ -437,9 +442,3 @@ repos:
437442
additional_dependencies:
438443
- autotyping==22.9.0
439444
- libcst==0.4.7
440-
- id: check-test-naming
441-
name: check that test names start with 'test'
442-
entry: python -m scripts.check_test_naming
443-
types: [python]
444-
files: ^pandas/tests
445-
language: python

0 commit comments

Comments
 (0)