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

Fix syntax warnings in highlight.py #69

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Conversation

hannesbraun
Copy link
Contributor

Without using raw strings for the regular expressions, we'd get SyntaxWarnings due to invalid escape sequences.

Without raw strings, we'd get SyntaxWarnings due to invalid escape
sequences.
@skogsbaer skogsbaer merged commit 3dcab76 into master Sep 20, 2024
6 checks passed
@skogsbaer
Copy link
Contributor

@hannesbraun du solltest mal die checker für python3.8 rausnehmen.

@hannesbraun hannesbraun deleted the fix-syntaxwarnings branch September 20, 2024 11:59
@hannesbraun
Copy link
Contributor Author

@hannesbraun du solltest mal die checker für python3.8 rausnehmen.

Sollten eigentlich schon seit dem Django-Update draußen sein:

python-version: ["3.10", "3.11", "3.12"]

@skogsbaer
Copy link
Contributor

Man muss das immer noch aus den Branch Protection Rules von github rausnehmen. Ich hab das gemacht.

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