Remove extraneous period

This commit is contained in:
Micah Jerome Ellison 2023-07-15 12:30:34 -07:00
parent 0f12cc51a6
commit fd23c9815c

View file

@ -93,7 +93,7 @@ lint.sequence = [
"poetry check",
"ruff --version",
"ruff .",
"black --version .",
"black --version",
"black --check ."
]