Skip to content

Commit

Permalink
Merge pull request #1721 from ajnelson-nist/catch_toml_rename
Browse files Browse the repository at this point in the history
Merging with one review as this does not change behavior and fixes a reference to a non existing file.
  • Loading branch information
aucampia committed Feb 23, 2022
2 parents 01dae71 + b2e0142 commit 55d6622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
1>&2 echo "Running with fuseki"
test_harness+="./with-fuseki.sh"
fi
black --config black.toml --check --diff ./rdflib || true
black --config pyproject.toml --check --diff ./rdflib || true
isort --check-only --diff . || true
flake8 --exit-zero rdflib
mypy --show-error-context --show-error-codes
Expand Down

0 comments on commit 55d6622

Please sign in to comment.