File tree 2 files changed +2
-12
lines changed
2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -358,18 +358,6 @@ repos:
358
358
files : ^pandas/
359
359
exclude : ^(pandas/_libs/|pandas/tests/|pandas/errors/__init__.py$|pandas/_version.py)
360
360
types : [python]
361
- - id : future-annotations
362
- name : import annotations from __future__
363
- entry : ' from __future__ import annotations'
364
- language : pygrep
365
- args : [--negate]
366
- files : ^pandas/
367
- types : [python]
368
- exclude : |
369
- (?x)
370
- /(__init__\.py)|(api\.py)|(_version\.py)|(testing\.py)|(conftest\.py)$
371
- |/tests/
372
- |/_testing/
373
361
- id : check-test-naming
374
362
name : check that test names start with 'test'
375
363
entry : python -m scripts.check_test_naming
Original file line number Diff line number Diff line change @@ -259,6 +259,8 @@ select = [
259
259
" FLY" ,
260
260
# flake8-logging-format
261
261
" G" ,
262
+ # flake8-future-annotations
263
+ " FA" ,
262
264
]
263
265
264
266
ignore = [
You can’t perform that action at this time.
0 commit comments