You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currenlty, we have 3 steps and 3 pre-commit-config.*.yaml files:
Autofixes .pre-commit-config-autofix.yaml
Optional .pre-commit-config-optional.yaml
Mandatory .pre-commit-config.yaml
We need an extra feature to test na ew feature but without affecting any build status
I mean,
Mandatory .pre-commit-config-experimental.yaml
We have already considered from -t, --precommit-hooks-type [mandatory|optional|fix|experimental|all|-mandatory|-optional|-fix|-experimental] but unused yet
Currenlty, we have 3 steps and 3 pre-commit-config.*.yaml files:
.pre-commit-config-autofix.yaml
.pre-commit-config-optional.yaml
.pre-commit-config.yaml
We need an extra feature to test na ew feature but without affecting any build status
I mean,
.pre-commit-config-experimental.yaml
We have already considered from
-t, --precommit-hooks-type [mandatory|optional|fix|experimental|all|-mandatory|-optional|-fix|-experimental]
but unused yetI saw the following cool features:
Running the following command:
flake8 --select=S --exclude=__init__.py --exclude=migrations *
It raises the following errors:
We need to see the output from a few projects and configure fine grain to enable/disable the correct ones for us
After this we could move it from experimental to optional or mandatory in the future
Even if this is raising this kind of errors the summary result should be:
Experimental <green>error</green>
The text was updated successfully, but these errors were encountered: