Skip to content

Commit 42a6d44

Browse files
authored
CI: add validate_unwanted_patterns to known_third_parties (#35021)
1 parent 08eca21 commit 42a6d44

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
@@ -105,7 +105,7 @@ known_dtypes = pandas.core.dtypes
105105
known_post_core = pandas.tseries,pandas.io,pandas.plotting
106106
sections = FUTURE,STDLIB,THIRDPARTY,PRE_LIBS,PRE_CORE,DTYPES,FIRSTPARTY,POST_CORE,LOCALFOLDER
107107
known_first_party = pandas
108-
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,yaml,odf
108+
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
109109
multi_line_output = 3
110110
include_trailing_comma = True
111111
force_grid_wrap = 0

0 commit comments

Comments
 (0)