Skip to content

Commit 4ff0e13

Browse files
committed
reset pyproject to match main without format
1 parent 92866a8 commit 4ff0e13

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

pyproject.toml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -49,34 +49,34 @@ extend-exclude = ["src/rbc/core/bids.py", "tests/unit/test_bids.py"]
4949

5050
[tool.ruff.lint]
5151
select = [
52-
"ANN", # flake8-annotations
53-
"ARG", # flake8-unused-arguments
54-
"B", # flake8-bugbear
55-
"C4", # flake8-comprehensions
56-
"C90", # mccabe
57-
"D", # pydocstyle
58-
"E", # pycodestyle errors
59-
"ERA", # eradicate
60-
"F", # Pyflakes
61-
"FA", # flake8-future-annotations
62-
"FBT", # flake8-boolean-trap
63-
"FURB", # refurb
64-
"I", # isort
65-
"N", # pep8-naming
66-
"NPY", # NumPy-specific rules
67-
"PD", # pandas-vet
68-
"PERF", # Perflint
69-
"PIE", # flake8-pie
70-
"PT", # flake8-pytest-style
71-
"PTH", # flake8-use-pathlib
72-
"Q", # flake8-quotes
73-
"RET", # flake8-return
74-
"RUF", # Ruff-specific rules
75-
"S", # flake8-bandit
76-
"SIM", # flake8-simplify
77-
"T20", # flake8-print
78-
"TCH", # flake8-type-checking
79-
"UP" # pyupgrade
52+
"ANN", # flake8-annotations
53+
"ARG", # flake8-unused-arguments
54+
"B", # flake8-bugbear
55+
"C4", # flake8-comprehensions
56+
"C90", # mccabe
57+
"D", # pydocstyle
58+
"E", # pycodestyle errors
59+
"ERA", # eradicate
60+
"F", # Pyflakes
61+
"FA", # flake8-future-annotations
62+
"FBT", # flake8-boolean-trap
63+
"FURB", # refurb
64+
"I", # isort
65+
"N", # pep8-naming
66+
"NPY", # NumPy-specific rules
67+
"PD", # pandas-vet
68+
"PERF", # Perflint
69+
"PIE", # flake8-pie
70+
"PT", # flake8-pytest-style
71+
"PTH", # flake8-use-pathlib
72+
"Q", # flake8-quotes
73+
"RET", # flake8-return
74+
"RUF", # Ruff-specific rules
75+
"S", # flake8-bandit
76+
"SIM", # flake8-simplify
77+
"T20", # flake8-print
78+
"TCH", # flake8-type-checking
79+
"UP", # pyupgrade
8080
]
8181
ignore = []
8282
fixable = ["ALL"]

0 commit comments

Comments
 (0)