Skip to content

Commit

Permalink
[KED-2508] Reduce config footprint (#1275)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorena Bălan committed Oct 25, 2021
1 parent bf2e5eb commit f5fa4f3
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 511 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ repos:
- id: requirements-txt-fixer # Sorts entries in requirements.txt
exclude: "^kedro/templates/|^features/steps/test_starter/"
- id: flake8
args:
- "--max-line-length=88"
- "--max-complexity=18"
- "--max-complexity=18"
- "--select=B,C,E,F,W,T4,B9"
- "--ignore=E203,E266,E501,W503"
exclude: "^kedro/templates/|^features/steps/test_starter/"

- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down
Loading

0 comments on commit f5fa4f3

Please sign in to comment.