Skip to content

Commit

Permalink
Merge pull request #1212 from DimitriPapadopoulos/ruff
Browse files Browse the repository at this point in the history
MAINT: Move GitHub Actions and config files from *flake8* → *ruff*
  • Loading branch information
oesteban committed Mar 21, 2024
2 parents 1420041 + b05d249 commit 61b59e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ jobs:
test "${INSTALLED_VERSION}" = "${THISVERSION}"
rm -r /tmp/install_wheel
flake8:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
- run: pipx run flake8-pyproject mriqc/
- run: pipx run ruff check mriqc/

codespell:
runs-on: ubuntu-latest
Expand Down
12 changes: 0 additions & 12 deletions .pep8speaks.yml

This file was deleted.

10 changes: 0 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,16 +173,6 @@ exclude = '''
)/
'''

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

[tool.pytest.ini_options]
minversion = "7"
log_cli_level = "INFO"
Expand Down

0 comments on commit 61b59e0

Please sign in to comment.