Skip to content

Commit

Permalink
Fix style checks. (#791)
Browse files Browse the repository at this point in the history
Fixes issues seen in #788.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Mark Harris (https://github.com/harrism)
  - H. Thomson Comer (https://github.com/thomcom)
  - Ray Douglass (https://github.com/raydouglass)

URL: #791
  • Loading branch information
bdice authored Nov 9, 2022
1 parent 740b5b4 commit 337a92a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/checks/style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ISORT=`isort --check-only python/cuspatial --settings-path=python/cuspatial/setu
ISORT_RETVAL=$?

# Run black and get results/return code
BLACK=`black --check python`
BLACK=`black --config pyproject.toml --check --diff python`
BLACK_RETVAL=$?

# Run flake8 and get results/return code
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
line-length = 79
target-version = ["py38"]
include = '\.py?$'
exclude = '''
force-exclude = '''
/(
thirdparty |
\.eggs |
Expand Down

0 comments on commit 337a92a

Please sign in to comment.