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

@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 6869843 to 9eda5f2 Compare January 22, 2024 19:58
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 9eda5f2 to 25804a5 Compare January 29, 2024 20:15
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)
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 11efe58 to 125ccf7 Compare February 12, 2024 23:41
@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.

1 participant