Use ruff instead of black+isort (#644)
* Use ruff * Update .gitignore * Format code * Use Ruff on generated code * Update pre-commit hook * Wrong commit * Remove wrong imports * Update hook * Format code * Target Python 3.8 * Reformat * Pin ruff version
This commit is contained in:
@@ -621,9 +621,7 @@ iso_candidates = """2009-12-12T12:34
|
||||
2010-02-18T16:00:00.23334444
|
||||
2010-02-18T16:00:00,2283
|
||||
2009-05-19 143922
|
||||
2009-05-19 1439""".split(
|
||||
"\n"
|
||||
)
|
||||
2009-05-19 1439""".split("\n")
|
||||
|
||||
|
||||
def test_iso_datetime():
|
||||
|
||||
Reference in New Issue
Block a user