@@ -49,34 +49,34 @@ extend-exclude = ["src/rbc/core/bids.py", "tests/unit/test_bids.py"]
4949
5050[tool .ruff .lint ]
5151select = [
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]
8181ignore = []
8282fixable = [" ALL" ]
0 commit comments