moat-src 0.5.1__tar.gz → 0.5.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. {moat-src-0.5.1/moat_src.egg-info → moat-src-0.5.2}/PKG-INFO +1 -1
  2. {moat-src-0.5.1 → moat-src-0.5.2}/moat/src/_templates/make/py +1 -1
  3. {moat-src-0.5.1 → moat-src-0.5.2/moat_src.egg-info}/PKG-INFO +1 -1
  4. {moat-src-0.5.1 → moat-src-0.5.2}/.gitignore +0 -0
  5. {moat-src-0.5.1 → moat-src-0.5.2}/Makefile +0 -0
  6. {moat-src-0.5.1 → moat-src-0.5.2}/moat/__init__.py +0 -0
  7. {moat-src-0.5.1 → moat-src-0.5.2}/moat/src/__init__.py +0 -0
  8. {moat-src-0.5.1 → moat-src-0.5.2}/moat/src/_main.py +0 -0
  9. {moat-src-0.5.1 → moat-src-0.5.2}/moat/src/_templates/LICENSE.txt +0 -0
  10. {moat-src-0.5.1 → moat-src-0.5.2}/moat/src/_templates/Makefile +0 -0
  11. {moat-src-0.5.1 → moat-src-0.5.2}/moat/src/_templates/gitignore +0 -0
  12. {moat-src-0.5.1 → moat-src-0.5.2}/moat/src/_templates/moat/__init__.py +0 -0
  13. {moat-src-0.5.1 → moat-src-0.5.2}/moat/src/_templates/pyproject.default.yaml +0 -0
  14. {moat-src-0.5.1 → moat-src-0.5.2}/moat/src/_templates/pyproject.forced.yaml +0 -0
  15. {moat-src-0.5.1 → moat-src-0.5.2}/moat/src/_templates/test_basic_py +0 -0
  16. {moat-src-0.5.1 → moat-src-0.5.2}/moat/src/inspect.py +0 -0
  17. {moat-src-0.5.1 → moat-src-0.5.2}/moat/src/test.py +0 -0
  18. {moat-src-0.5.1 → moat-src-0.5.2}/moat_src.egg-info/SOURCES.txt +0 -0
  19. {moat-src-0.5.1 → moat-src-0.5.2}/moat_src.egg-info/dependency_links.txt +0 -0
  20. {moat-src-0.5.1 → moat-src-0.5.2}/moat_src.egg-info/requires.txt +0 -0
  21. {moat-src-0.5.1 → moat-src-0.5.2}/moat_src.egg-info/top_level.txt +0 -0
  22. {moat-src-0.5.1 → moat-src-0.5.2}/pyproject.toml +0 -0
  23. {moat-src-0.5.1 → moat-src-0.5.2}/setup.cfg +0 -0
  24. {moat-src-0.5.1 → moat-src-0.5.2}/tests/__init__.py +0 -0
  25. {moat-src-0.5.1 → moat-src-0.5.2}/tests/test_basic.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: moat-src
3
- Version: 0.5.1
3
+ Version: 0.5.2
4
4
  Summary: Tools for managing the MoaT sources
5
5
  Author-email: Matthias Urlichs <matthias@urlichs.de>
6
6
  Project-URL: homepage, https://m-o-a-t.org
@@ -75,7 +75,7 @@ pytest:
75
75
  format:
76
76
  ${RQ} || black $(CODE) $(TESTS) $(SETUP)
77
77
  ${RQ} || python3 -misort $(CODE) $(TESTS) $(SETUP)
78
- ${RQ} && ruff format --check $(CODE) $(TESTS) $(SETUP)
78
+ ${RQ} && ruff format $(CODE) $(TESTS) $(SETUP)
79
79
  ${RQ} && ruff check --fix $(CODE) $(TESTS) $(SETUP)
80
80
 
81
81
  precommit: format test
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: moat-src
3
- Version: 0.5.1
3
+ Version: 0.5.2
4
4
  Summary: Tools for managing the MoaT sources
5
5
  Author-email: Matthias Urlichs <matthias@urlichs.de>
6
6
  Project-URL: homepage, https://m-o-a-t.org
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes