]> git.ipfire.org Git - thirdparty/bind9.git/commit
Enforce Python codestyle with black
authorTom Krizek <tkrizek@isc.org>
Tue, 7 Jun 2022 14:06:05 +0000 (16:06 +0200)
committerTom Krizek <tkrizek@isc.org>
Wed, 8 Jun 2022 11:29:01 +0000 (13:29 +0200)
commitcf92d05908a42936b3c822bc5128aed4344685f8
tree2cad1c85246cec28bc4d54e681a2362ef1c3912c
parent8668c8c061f460db79877c9bb7cafa21c216e09d
Enforce Python codestyle with black

Black is an opinionated tool for auto-formatting Python code so we no
longer have to worry about the codestyle.

For the codestyle decisions and discussion, refer to the upstream
documentation [1].

[1] https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html
.gitlab-ci.yml
doc/dev/style.md