Just pass the directory name to the pylint command. To lint all files in ./server:
pylint ./server
Note that this requires the __init__.py file to exist in the target directory.
Just pass the directory name to the pylint command. To lint all files in ./server:
pylint ./server
Note that this requires the __init__.py file to exist in the target directory.