Skip to content
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

Fixing hatch format error #85

Merged
merged 1 commit into from
Aug 4, 2024
Merged

Conversation

benrady
Copy link
Member

@benrady benrady commented Aug 4, 2024

Somehow, changes got committed that broke the pre-commit hooks

brady ~/benrady-src/alogamous (find-peaktimes) [0s]% git commit
[INFO] Checking merge-conflict files only.
trim trailing whitespace.................................................Passed
fix end of files.........................................................Passed
check toml...........................................(no files to check)Skipped
check json...........................................(no files to check)Skipped
check for added large files..............................................Passed
mixed line ending........................................................Passed
detect private key.......................................................Passed
check for merge conflicts................................................Passed
pyupgrade................................................................Passed
autoflake................................................................Passed
hatch fmt................................................................Failed
- hook id: fmt
- exit code: 1

src/alogamous/daily_warning_analyzer.py:8:31: FA102 Missing `from __future__ import annotations`, but uses PEP 585 collection
src/alogamous/daily_warning_analyzer.py:8:41: FA102 Missing `from __future__ import annotations`, but uses PEP 585 collection
src/alogamous/daily_warning_analyzer.py:9:36: FA102 Missing `from __future__ import annotations`, but uses PEP 585 collection
src/alogamous/daily_warning_analyzer.py:9:46: FA102 Missing `from __future__ import annotations`, but uses PEP 585 collection

@benrady-aq benrady-aq merged commit c612762 into aquanauts:main Aug 4, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants