ricardochaves / python-lint

GitHub Action for Lint your code
MIT License
91 stars 41 forks source link

Using a .flake8 settings file already in the repo #7

Closed tylerecouture closed 3 years ago

tylerecouture commented 4 years ago

Is it possible to use an existing .flake8 file that's already in my repo?

Thanks!

ricardochaves commented 4 years ago

The action clones your repository and runs the commands in the root directory. If your file is at the root of the project it should be considered. The current version of flake is 3.8.3. Want to send me more information about your project so I can try to help?