Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update pylint #630

Merged
merged 6 commits into from Sep 19, 2021
Merged

update pylint #630

merged 6 commits into from Sep 19, 2021

Conversation

cosmicBboy
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Sep 18, 2021

Codecov Report

Merging #630 (67cd76d) into dev (7083836) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #630   +/-   ##
=======================================
  Coverage   98.84%   98.84%           
=======================================
  Files          29       30    +1     
  Lines        3384     3386    +2     
=======================================
+ Hits         3345     3347    +2     
  Misses         39       39           
Impacted Files Coverage Δ
pandera/hypotheses.py 94.54% <ø> (ø)
pandera/io.py 100.00% <100.00%> (ø)
pandera/schemas.py 99.48% <100.00%> (+<0.01%) ⬆️
pandera/engines/pandas_engine.py 99.29% <0.00%> (-0.01%) ⬇️
pandera/engines/numpy_engine.py 100.00% <0.00%> (ø)
pandera/system.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7083836...67cd76d. Read the comment docs.

@cosmicBboy cosmicBboy changed the base branch from master to dev September 18, 2021 13:47
@cosmicBboy cosmicBboy changed the title Unpin pylint update pylint Sep 19, 2021
@cosmicBboy cosmicBboy merged commit c47a380 into dev Sep 19, 2021
cosmicBboy added a commit that referenced this pull request Sep 22, 2021
* Strategies should not rely on pandas dtype aliases (#620)

* add test for strategy with pandas.DatetimeTZDtype using a datetime.tzinfo

* avoid coercing with string alias in strategies

* support timedelta in data synthesis strats (#621)

* fix multiindex error reporting (#622)

* Pin pylint (#629)

* bump pre-commit pylint version

* pin pylint

* remove setuptools pins

* setup.py setuptools

* add back setuptools dep

* update ci build

* update build

* update nox build

* update nox build

* exclude np.float128 type registration in MacM1 (#624)

* exclude np.float128 type registration in MacM1

* replace windows/mac m1 checks with float128 check

* fix numpy_pandas_coercible bug dealing with single element (#626)

* fix numpy_pandas_coercible bug dealing with single element

* add test

* remove empty case

* update pylint (#630)

* unpin pylint, remove setuptools constraint

* bump cache

* install simpleeval in noxfile

* re-pin pylint

* fix lint

* nox uses setuptools < 58.0.0

Co-authored-by: Jean-Francois Zinque <jzinque@gmail.com>
@cosmicBboy cosmicBboy deleted the unpin-pylint branch September 25, 2021 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant