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

Add python3.10 support #33

Closed
wants to merge 2 commits into from
Closed

Conversation

aneustroev
Copy link

No description provided.

mfocko pushed a commit to mfocko/dashboard that referenced this pull request May 9, 2022
updates:
- [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0)
- [github.com/pre-commit/mirrors-prettier: v2.5.1 → v2.6.2](pre-commit/mirrors-prettier@v2.5.1...v2.6.2)
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0)
- [github.com/pre-commit/mirrors-mypy: v0.931 → v0.950](pre-commit/mirrors-mypy@v0.931...v0.950)
- [github.com/packit/pre-commit-hooks: 1da916777f5cc26ecf221b15e58ca51891d26d94 → 3bf9afc5ede12a4ee26e9451f306edf255749396](packit/pre-commit-hooks@1da9167...3bf9afc)

@mfocko: disabled jinjalint, since upstream is dead (PR with fix is open
since February without any reaction from the maintainers): motet-a/jinjalint#33

Signed-off-by: Matej Focko <[email protected]>
Comment on lines +1 to +2
import collections.abc
collections = collections.abc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be from collections.abc import Iterable and then change line 9 to if (isinstance(el, Iterable) and

@pcorpet
Copy link

pcorpet commented Mar 15, 2023

@aneustroev any way to make progress on this one please?

Otherwise @dekoza would you accept/review another PR to fix it please?

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.

3 participants