Skip to content

Run everything through 'black' #1442

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

Merged
merged 10 commits into from
May 18, 2022
Prev Previous commit
Next Next commit
don't attempt black checking as it binds us to ever changing black ve…
…rsions

Maybe there is a way to pin this?
  • Loading branch information
Byron committed May 17, 2022
commit 0c9d067e847377657b2208012df020b0b8650b5f
5 changes: 0 additions & 5 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ jobs:
# and cause subsequent tests to fail
cat test/fixtures/.gitconfig >> ~/.gitconfig

- name: Lint with black
run: |
set -x
black --check .

- name: Lint with flake8
run: |
set -x
Expand Down