Skip to content

Commit

Permalink
update black configuration in check_formatting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freemansw1 committed Nov 8, 2023
1 parent 85f8f3a commit f92dc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
shell: bash -l {0}
run:
mamba install --quiet --yes --file requirements.txt black &&
black tobac --check
black tobac --check --diff -t py37 -t py38 -t py39 -t py310 -t py311 -t py312

0 comments on commit f92dc14

Please sign in to comment.