File tree Expand file tree Collapse file tree
src/archunitpython/files/assertion Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,13 +67,13 @@ python_classes = ["Test*"]
6767python_functions = [" test_*" ]
6868
6969[tool .mypy ]
70- python_version = " 1.0.1 "
70+ python_version = " 3.10 "
7171strict = true
7272warn_return_any = true
7373warn_unused_configs = true
7474
7575[tool .ruff ]
76- target-version = " 1.0.1 "
76+ target-version = " py310 "
7777line-length = 100
7878
7979[tool .ruff .lint ]
Original file line number Diff line number Diff line change 55 gather_custom_file_violations ,
66)
77from archunitpython .files .assertion .cycle_free import ViolatingCycle , gather_cycle_violations
8- from archunitpython .files .assertion .depend_on_files import (
9- ViolatingFileDependency ,
10- gather_depend_on_file_violations ,
11- )
128from archunitpython .files .assertion .depend_on_external_modules import (
139 ViolatingExternalModuleDependency ,
1410 gather_depend_on_external_module_violations ,
1511)
12+ from archunitpython .files .assertion .depend_on_files import (
13+ ViolatingFileDependency ,
14+ gather_depend_on_file_violations ,
15+ )
1616from archunitpython .files .assertion .matching_files import (
1717 ViolatingNode ,
1818 gather_regex_matching_violations ,
You can’t perform that action at this time.
0 commit comments