DAGWorks-Inc / hamilton

Hamilton helps data scientists and engineers define testable, modular, self-documenting dataflows, that encode lineage/tracing and metadata. Runs and scales everywhere python does.
https://hamilton.dagworks.io/en/latest/
BSD 3-Clause Clear License
1.72k stars 111 forks source link

Add to git blame ignore file #1090

Open skrawcz opened 1 month ago

skrawcz commented 1 month ago

This is a placeholder issue so that we hide the reformatting commits on changing to ruff.

Some commits here we should hide:

TODO:

zilto commented 1 month ago

Also, we should be able to cleanup config files such as /.flake8 if we're now using Ruff and linting is specified in pyproject.toml

Dev-iL commented 1 month ago

Also, we should be able to cleanup config files such as /.flake8 if we're now using Ruff and linting is specified in pyproject.toml

That's indeed the plan after we finish configuring ruff to run a superset of flake8 inspections. I couldn't guarantee that this was the case, so kept flake8 temporarily.

(Btw, flake8 cannot be configured via pyproject, its configs were very recently moved from setup.cfg to the file you mentioned.)