This repository was archived by the owner on Nov 19, 2023. It is now read-only.
Replies: 1 comment 2 replies
-
The TC006 errors can be fixed by changing this type of code cast(int, my_variable) to cast("int", my_variable) And I'm not sure about the pylint error, but feel free to submit a PR with this unsolved and I can fix it later if needed 🙂 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I have followed the contribution guidelines and I want to commit and push a branch to my fork of drf-openapi-tester to create a PR.
However the pre-commit checks are failing on
flake8
andpylint
on lines of code not related to mineflake8
pylint
What should I do here in order to get my PR in?
Beta Was this translation helpful? Give feedback.
All reactions