We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All packages should have a pre-commit configuration, please note that isort should have a black profile. Something like the following:
black
end-of-file-fixer trailing-whitespace fix-byte-order-marker mixed-line-ending name-tests-test no-commit-to-branch autoflake args: [ "--in-place", "--remove-unused-variables", "--remove-all-unused-imports" ] isort black doc8 args: [ "--max-line-length", "112", "--file-encoding", "utf-8" ] flake8 additional_dependencies: [ flake8-pytest-style, flake8-bugbear, flake8-comprehensions, flake8-print, ] bandit
The text was updated successfully, but these errors were encountered:
ruff: linting
e04e160
*ref: cern-sis/issues-inspire/issues/498
fix test index name
a0ac7a1
ruff: linting *ref: cern-sis/issues-inspire/issues/498
precommit: add precommit and ruff
0ff1464
pre-commit: add precommit and ruff
4f40f6c
pre-commit: standardize pre-commit across repos
561aa2b
8124217
DonHaul
PascalEgn
No branches or pull requests
All packages should have a pre-commit configuration, please note that isort should have a
black
profile. Something like the following:Package list
Services
The text was updated successfully, but these errors were encountered: