File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -358,18 +358,6 @@ repos:
358358 files : ^pandas/
359359 exclude : ^(pandas/_libs/|pandas/tests/|pandas/errors/__init__.py$|pandas/_version.py)
360360 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/
373361 - id : check-test-naming
374362 name : check that test names start with 'test'
375363 entry : python -m scripts.check_test_naming
Original file line number Diff line number Diff line change @@ -259,6 +259,8 @@ select = [
259259 " FLY" ,
260260 # flake8-logging-format
261261 " G" ,
262+ # flake8-future-annotations
263+ " FA" ,
262264]
263265
264266ignore = [
You can’t perform that action at this time.
0 commit comments