Skip to content

Commit 0adc58b

Browse files
authoredOct 23, 2024··
Introducing ruff as linter and formatter (basic setup) (#2921)
1 parent 9d06509 commit 0adc58b

File tree

73 files changed

+269
-532
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+269
-532
lines changed
 

‎.flake8

-37
This file was deleted.

‎.github/workflows/generate_workflows.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from pathlib import Path
22

33
from generate_workflows_lib import (
4-
generate_test_workflow,
54
generate_lint_workflow,
6-
generate_misc_workflow
5+
generate_misc_workflow,
6+
generate_test_workflow,
77
)
88

99
tox_ini_path = Path(__file__).parent.parent.parent.joinpath("tox.ini")

0 commit comments

Comments
 (0)
Please sign in to comment.