mwouts / itables

Pandas DataFrames as Interactive DataTables
https://mwouts.github.io/itables/
MIT License
730 stars 54 forks source link

Pre-commit dependency `flake8` #124

Closed Anselmoo closed 1 year ago

Anselmoo commented 1 year ago

The gitlab dependency requires for flake8 requires an account.

https://github.com/mwouts/itables/blob/d12e364690afb788947890080fa380af92eb3c4d/.pre-commit-config.yaml#L14-L17

More convenient would be:

- repo: https://github.com/PyCQA/flake8
    rev: 3.9.2
    hooks:
    - id: flake8
mwouts commented 1 year ago

Yes I agree! Thank you for contributing the fix.