Maria Knorps
Maria Knorps
Follow up of the discussion in #202: @mknorps > I think there is too much convincing `mypy` not to complain about the possibly missing `imports` or `declare_deps`. > > The...
The current README.md contains more and more information in most if the areas of [diataxis](https://diataxis.fr) principles: how-to guides, explanation and reference. We do not yet have tutorials, and may consider...
Let's use this issue to find together conditions that need to be met to release FawltyDeps 1.0. The [SemVer documentation](https://semver.org/#semantic-versioning-specification-semver) says: > 4. Major version zero (0.y.z) is for initial...
We have an example: ``` {:kaocha/tests [{:kaocha.testable/type :kaocha.type/clojure.test :kaocha.testable/id :unit :kaocha/ns-patterns ["-test$"] :kaocha/source-paths ["src"] :kaocha/test-paths ["test/unit"]} {:kaocha.testable/type :kaocha.type/clojure.test :kaocha.testable/id :integration :kaocha/ns-patterns ["-test$"] :kaocha/source-paths ["src"] :kaocha/test-paths ["test/integration"]}] :kaocha/fail-fast? false :kaocha/color? true...
### Problem statement When FawltyDeps run with explicit list of files (as it is for pre-commit hooks, see #499) it raises an error for unsupported formats of code or dependencies...