git ssb

0+

Grey the earthling / gkn.me.uk



Commit 3fc42e2506afd1ca9d81b85bc123ead5ebcef8b7

Python black: remove experimental string processing flag

This flag is deprecated.

Not opting into --preview as it may include unrelated changes I don't care for.
Just using the defaults.
Grey Nicholson committed on 6/29/2022, 12:04:30 PM
Parent: 33d41f64d434a2cc99a7ce37cc98e8a2f8f8fc54

Files changed

Makefilechanged
MakefileView
@@ -4,9 +4,9 @@
44 python generator/generate.py
55 touch $@
66
77 .cache/generator: $(shell find generator) .cache/deps
8- python -m black --experimental-string-processing .
8 + python -m black .
99 touch $@
1010
1111 .cache/deps: Makefile
1212 toolbox run pip install black

Built with git-ssb-web