Skip to content

Commit

Permalink
Revoke black's commit rejection powers
Browse files Browse the repository at this point in the history
fuck off with your inconsistent behavior
  • Loading branch information
bdewilde committed Aug 26, 2020
1 parent a291323 commit 8527f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_format.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
python -m pip install black flake8
- name: check formatting with black
run: |
python -m black --check --diff src scripts
python -m black --diff src scripts
- name: lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 8527f91

Please sign in to comment.