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

Pin static-checking versions and add pre-commit Action #813

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update isort config
  • Loading branch information
hristog committed Mar 28, 2021
commit e74d79fb637295414eff7b9345c0ae93d94d12af
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ include_trailing_comma=True
force_grid_wrap=0
combine_as_imports=True
line_length=88
profile=black
hristog marked this conversation as resolved.
Show resolved Hide resolved
skip=
Copy link
Contributor Author

@hristog hristog Mar 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the new profile=black option, skipping docs/source/conf.py is no longer necessary.

docs/source/conf.py

Expand Down