ubsuny / 23-Homework4G1

This is the main repository for 23-Homework4G1 and is based on GitHub actions for linting and unit testing.
https://github.com/ubsuny/23-Homework4G1
Apache License 2.0
1 stars 11 forks source link

How do I know which python version of python to lint? #53

Open AhmedCode99 opened 11 months ago

AhmedCode99 commented 11 months ago

I am setting up git hub actions to pylint codes when they get pushed. But I have to specify which version of python we are using. Now I am using Python 3.0. But it is not necessary that everyone else is.

github-actions[bot] commented 11 months ago

Bravo! You've created your first issue

reshnashrestha commented 11 months ago

Which IDE are you using? Like I am using Visual studio code and I have python 3.11 installed on my local machine.

pratibha77118 commented 11 months ago

@reshnashrestha You are using version 2. Does it works fine? It had some warning message while using version 2.

reshnashrestha commented 11 months ago

No mine are working fine. But I do have to manage between V2 and V4. The workflows contain both accordingly.

LinxuanHu commented 11 months ago

i use vs code with python 3.11