diff options
| author | Ashley Sommer <Ashley.Sommer@csiro.au> | 2021-07-08 12:50:41 +1000 |
|---|---|---|
| committer | Ashley Sommer <Ashley.Sommer@csiro.au> | 2021-07-08 13:19:04 +1000 |
| commit | c9279bdb183a806b081647a693deae102190ddb5 (patch) | |
| tree | e771653d12690975da8ac6d622329cc6e91b4d3b /Makefile | |
| parent | a21d458e78837fee7a27b103d2f107ddbcc2c52e (diff) | |
| download | rdflib-c9279bdb183a806b081647a693deae102190ddb5.tar.gz | |
Initial python 3.7 requirement update, add new Drone tests, add black.toml file, add .editorconfig file
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -7,4 +7,10 @@ build: coverage: docker-compose -f docker-compose.tests.yml up test-runner-coverage - docker-compose -f docker-compose.tests.yml down
\ No newline at end of file + docker-compose -f docker-compose.tests.yml down + +reformat: + black --config ./black.toml . + +check-format: + black --config ./black.toml --check . |
