Skip to content

Commit

Permalink
Merge pull request #435 from DimitriPapadopoulos/ruff
Browse files Browse the repository at this point in the history
MNT: complete transition from flake8/black to ruff
  • Loading branch information
effigies authored Dec 12, 2024
2 parents b8bcbe0 + 2910f88 commit 87e5e88
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
10 changes: 0 additions & 10 deletions .flake8

This file was deleted.

17 changes: 2 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,22 +99,9 @@ version-file = "src/smriprep/_version.py"
# Developer tool configurations
#

# Disable black
[tool.black]
line-length = 99
skip-string-normalization = true

[tool.isort]
profile = 'black'

[tool.flake8]
max-line-length = "99"
doctests = "False"
exclude = "*build/"
ignore = ["W503", "E203"]
per-file-ignores = [
"**/__init__.py : F401",
"docs/conf.py : E265",
]
exclude = ".*"

[tool.pytest.ini_options]
minversion = "8"
Expand Down
3 changes: 0 additions & 3 deletions wrapper/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,3 @@ console_scripts =

[bdist_wheel]
universal=1

[flake8]
max-line-length = 99

0 comments on commit 87e5e88

Please sign in to comment.