Switch to ruff for linting and formatting #200
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes significant changes to the configuration and example files, focusing on code formatting and updating dependencies. The most important changes include switching from
flake8
and other tools toruff
, and reformatting several Jupyter notebooks for better readability and consistency.Configuration updates:
.flake8
: Removed the configuration file forflake8
, including settings and plugin requirements..pre-commit-config.yaml
: Replacedflake8
,isort
, andblack
withruff
for linting and formatting.Code formatting improvements:
docs/source/examples/LEAN-differentiation.ipynb
: Reformatted dictionary and function call syntax for better readability. [1] [2] [3] [4] [5]docs/source/examples/analysing-GITT-data.ipynb
: Updated dictionary and function call syntax to use consistent formatting. [1] [2] [3] [4] [5] [6] [7]docs/source/examples/comparing-pyprobe-performance.ipynb
: Applied consistent formatting to dictionary and function calls. [1] [2]Minor changes:
docs/source/_append_footbib.py
anddocs/source/conf.py
: Added a newline for better code structure. [1] [2]