-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Refactor #97
Refactor #97
Conversation
Install ruff with autofix, list hook at the top. Port settings from flake8 to ruff.
…ammatically. The version for the documentation build was hard-coded in . It is now determined programmtically.
Prettifying the version isn't necessary when a tag is assigned correctly.
d600c70
to
ce53708
Compare
Added ruff formatter @xhochy |
Codecov ReportAttention:
📢 Thoughts on this report? Let us know!. |
.pre-commit-config.yaml
Outdated
- repo: https://github.com/Quantco/pre-commit-mirrors-black | ||
rev: 23.7.0 | ||
# Run ruff first because autofix behaviour is enabled | ||
- repo: https://github.com/astral-sh/ruff-pre-commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use the QuantCo-provided conda-based version of this.
.pre-commit-config.yaml
Outdated
- repo: https://github.com/Quantco/pre-commit-mirrors-ruff | ||
rev: "0.1.3" | ||
hooks: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we have a single ruff section?
- repo: https://github.com/Quantco/pre-commit-mirrors-ruff | |
rev: "0.1.3" | |
hooks: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change the title and "undraft"? Then this can go in.
Refactoring changes include:
setup.cfg
andsetup.py
intopyproject.toml
docs/conf.py
#44 (as it relates to the refactoring)google_auth
step.1.8.2