Skip to content

Commit

Permalink
Remove legacy code filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed Aug 24, 2019
1 parent 99e8bfa commit 5feddb6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ repos:
language_version: python3.7
# override until resolved: https://github.com/ambv/black/issues/402
files: \.pyi?$
exclude: |
(?x)(
^legacy_radish/|
^legacy_tests/
)
types: []

- repo: https://gitlab.com/pycqa/flake8
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[tool.black]
target_version = ["py37"]
include = "(setup.py|src|tests)"
exclude = "legacy_.*"
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ license_file = LICENSE
[flake8]
max-line-length = 100
ignore = E203
exclude = legacy_*/

[tool:pytest]
testpaths = tests/

[isort]
known_first_party=radish
known_third_party=colorful,docopt,example,freezegun,humanize,lark,parse_type,pytest,setuptools,singleton,steps_1,steps_2,tagexpressions,yaml
known_third_party=colorful,docopt,example,freezegun,humanize,lark,parse_type,pytest,setuptools,steps_1,steps_2,tagexpressions,yaml
multi_line_output=3
skip_glob=legacy_radish/**

0 comments on commit 5feddb6

Please sign in to comment.