mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-04-05 10:13:30 +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
|
||||
33ef158b094f16d5e04ea9db3ed8bad010744d02
|
||||
# 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]
|
||||
run_isort = true
|
||||
isort_config = "tests/nox-config-isort.cfg"
|
||||
run_black = false
|
||||
run_black = true
|
||||
run_flake8 = true
|
||||
flake8_config = "tests/nox-config-flake8.ini"
|
||||
run_pylint = false
|
||||
|
||||
Reference in New Issue
Block a user