Skip to content

Commit bffdc43

Browse files
committed
add validate_unwanted_patterns to 3rd parties
1 parent 3b609fe commit bffdc43

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

scripts/tests/test_validate_unwanted_patterns.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import io
22

33
import pytest
4-
54
import validate_unwanted_patterns
65

76

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ known_dtypes = pandas.core.dtypes
112112
known_post_core = pandas.tseries,pandas.io,pandas.plotting
113113
sections = FUTURE,STDLIB,THIRDPARTY,PRE_LIBS,PRE_CORE,DTYPES,FIRSTPARTY,POST_CORE,LOCALFOLDER
114114
known_first_party = pandas
115-
known_third_party = _pytest,announce,dateutil,docutils,flake8,git,hypothesis,jinja2,lxml,matplotlib,numpy,numpydoc,pkg_resources,pyarrow,pytest,pytz,requests,scipy,setuptools,sphinx,sqlalchemy,yaml,odf
115+
known_third_party = _pytest,announce,dateutil,docutils,flake8,git,hypothesis,jinja2,lxml,matplotlib,numpy,numpydoc,pkg_resources,pyarrow,pytest,pytz,requests,scipy,setuptools,sphinx,sqlalchemy,validate_docstrings,validate_unwanted_patterns,yaml,odf
116116
multi_line_output = 3
117117
include_trailing_comma = True
118118
force_grid_wrap = 0

0 commit comments

Comments
 (0)