mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 22:33:53 +00:00
Enable formatting with black; add reformat commit to .git-blame-ignore-revs.
This commit is contained in:
@@ -5,4 +5,6 @@
|
|||||||
# Reformat YAML: https://github.com/ansible-collections/community.crypto/pull/866
|
# Reformat YAML: https://github.com/ansible-collections/community.crypto/pull/866
|
||||||
33ef158b094f16d5e04ea9db3ed8bad010744d02
|
33ef158b094f16d5e04ea9db3ed8bad010744d02
|
||||||
# Reformat with black, keeping Python 2 compatibility: https://github.com/ansible-collections/community.crypto/pull/871
|
# Reformat with black, keeping Python 2 compatibility: https://github.com/ansible-collections/community.crypto/pull/871
|
||||||
aec1826c34051b9e7f8af7950489915b661e320b
|
aec1826c34051b9e7f8af7950489915b661e320b
|
||||||
|
# Reformat with black another time, this time without Python 2 compatibility
|
||||||
|
797bd8a6e2a6f4a37a89ecb15ca34ec88b33258d
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
[sessions.lint]
|
[sessions.lint]
|
||||||
run_isort = true
|
run_isort = true
|
||||||
isort_config = "tests/nox-config-isort.cfg"
|
isort_config = "tests/nox-config-isort.cfg"
|
||||||
run_black = false
|
run_black = true
|
||||||
run_flake8 = true
|
run_flake8 = true
|
||||||
flake8_config = "tests/nox-config-flake8.ini"
|
flake8_config = "tests/nox-config-flake8.ini"
|
||||||
run_pylint = false
|
run_pylint = false
|
||||||
|
|||||||
Reference in New Issue
Block a user