Configuration ============= Persistent ---------- All base configuration can be accomplished by configuring ``constcheck`` in your pyproject.toml file, under the ``[tool.constcheck]`` hash, similar to the example below. .. include:: ../_generated/pyproject-toml-example.rst Commandline ----------- All the options available to the pyproject.toml file are also available to the commandline. For single use you can run ``constcheck`` with the options below. .. include:: ../_generated/constcheck-help.rst