vepadulano / PyRDF

Python Library for doing ROOT RDataFrame analysis
https://pyrdf.readthedocs.io/en/latest/
9 stars 7 forks source link

Rename flake8 config file to adhere to flake8 standard #103

Closed vepadulano closed 4 years ago

vepadulano commented 4 years ago

As stated in https://flake8.pycqa.org/en/latest/user/configuration.html flake8 automatically find its configuration if a setup.cfg, tox.ini or .flake8 file exists in the root directory of the project. Renaming the current flake8.cfg to match the suggested naming.