[UPD] copier version 1.20

This commit is contained in:
Christopher Rogos
2024-03-23 13:42:47 +00:00
parent e41036cc2c
commit e56b611040
3 changed files with 4 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ fix = true
extend-select = [
"B",
"C90",
"E501", # line too long (default 88)
"I", # isort
"UP", # pyupgrade
]