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

move lint configuration (black, isort, mypy) to configuration files #97

Merged
merged 1 commit into from
Mar 8, 2020

Conversation

joshbode
Copy link
Contributor

@joshbode joshbode commented Mar 6, 2020

move lint configuration (black, isort, mypy) to configuration files (pyproject.toml, setup.cfg) to play nicer with other dev environemnts

…pyproject.toml, setup.cfg) to play nicer with other dev environemnts
@codecov
Copy link

codecov bot commented Mar 6, 2020

Codecov Report

Merging #97 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #97   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          12     12           
  Lines         770    770           
  Branches      142    142           
=====================================
  Hits          770    770
Impacted Files Coverage Δ
datamodel_code_generator/parser/base.py 100% <ø> (ø) ⬆️
datamodel_code_generator/__main__.py 100% <ø> (ø) ⬆️
datamodel_code_generator/parser/jsonschema.py 100% <100%> (ø) ⬆️
datamodel_code_generator/model/base.py 100% <100%> (ø) ⬆️
datamodel_code_generator/format.py 100% <100%> (ø) ⬆️
datamodel_code_generator/parser/openapi.py 100% <100%> (ø) ⬆️

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 ccfd6c3...f2da473. Read the comment docs.

@koxudaxi koxudaxi merged commit d962be8 into koxudaxi:master Mar 8, 2020
@koxudaxi
Copy link
Owner

koxudaxi commented Mar 8, 2020

LGTM :)

@koxudaxi
Copy link
Owner

@joshbode
I have released new version include the PR as 0.4.0
Thank you very much

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.

2 participants