We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7e953 commit 16f0af4Copy full SHA for 16f0af4
docs/contributing.rst
@@ -84,7 +84,15 @@ All three steps can be performed across all supported versions of CPython using
84
85
.. code-block:: bash
86
87
+ make check
88
+
89
+Likewise, individual steps can be run across all supported verions using their respective targets:
90
91
+.. code-block::
92
93
+ make lint
94
make test
95
+ make type-check
96
97
To run a more targeted CI check directly from within the Poetry shell, developers can use ``tox`` commands directly.
98
For instance, to run only the tests for ``basilisp.io`` on Python 3.12, you could use the following command:
0 commit comments