Skip to content
Snippets Groups Projects
Commit ecf2c46b authored by Yoann Schneider's avatar Yoann Schneider :tennis: Committed by Erwan Rouchet
Browse files

Introduce eradicate

parent e05861d2
No related branches found
No related tags found
1 merge request!2284Introduce eradicate
......@@ -6,7 +6,7 @@ from arkindex.documents.dates import DateType, InterpretedDate
logger = logging.getLogger(__name__)
# Months (unaccented, lowercase)
# Months, unaccented, lowercase
MONTHS = {
"en": (
"january",
......
......@@ -23,6 +23,8 @@ select = [
"D301",
# flake8-return
"RET",
# eradicate
"ERA",
]
ignore = ["E501", "RET502", "RET503"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment