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
doesn't look like 'black' can be taught to be consistent across versions
  • Loading branch information
Byron committed May 18, 2022
commit 41b0c3130b28bf311f4f35d3da52670572215ad9
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