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

[pre-commit.ci] pre-commit autoupdate #348

Merged
merged 3 commits into from
Feb 14, 2024
Merged

Conversation

updates:
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 23.11.0 → 24.2.0](psf/black@23.11.0...24.2.0)
- [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
- [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)
- [github.com/adrienverge/yamllint.git: v1.33.0 → v1.34.0](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.34.0)
@joshmoore
Copy link
Member

Looks like black and flake are fighting here over:

+    def first(self, spectype: Type["Well"]) -> Optional["Well"]: ...

versus

+    def first(self, spectype: Type["Well"]) -> Optional["Well"]:
         ...

I've added a comment to try to diffuse the situation.

@joshmoore joshmoore merged commit ef54633 into master Feb 14, 2024
37 checks passed
@joshmoore joshmoore deleted the pre-commit-ci-update-config branch February 14, 2024 08:52
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.

None yet

1 participant