Skip to content

Commit

Permalink
Black tests
Browse files Browse the repository at this point in the history
This changes black config to not exclude tests, once we are ready to
merge this we can use pre-commit.ci autofix to actually apply black,
thereby not having to worry if something more slipped in.
  • Loading branch information
aucampia committed Apr 9, 2022
1 parent 1cba9d8 commit 29fc6b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ exclude = '''
| htmlcov
| benchmarks
| examples # No need to Black examples
| test # Tests are a mess, don't black them
| test_reports
| rdflib.egg-info
| buck-out
Expand Down

0 comments on commit 29fc6b9

Please sign in to comment.