Skip to main content

An autohooks plugin for python code static typing check with mypy

Project description

Greenbone Logo

autohooks-plugin-mypy

GitHub releases PyPI release code test coverage Build and test

An autohooks plugin for python code static typing check via mypy.

Installation

Install using pip

You can install the latest stable release of autohooks-plugin-mypy from the Python Package Index using pip:

python3 -m pip install autohooks-plugin-mypy

Install using poetry

It is highly encouraged to use poetry for maintaining your project's dependencies. Normally autohooks-plugin-mypy is installed as a development dependency.

poetry install

Usage

To activate the mypy autohooks plugin please add the following setting to your pyproject.toml file.

[tool.autohooks]
pre-commit = ["autohooks.plugins.mypy"]

By default, autohooks plugin mypy checks all files with a .py ending. If only files in a sub-directory or files with different endings should be formatted, just add the following setting:

[tool.autohooks]
pre-commit = ["autohooks.plugins.mypy"]

[tool.autohooks.plugins.mypy]
include = ['foo/*.py', '*.foo']

By default, autohooks plugin mypy executes mypy without any arguments. To change specific settings or to define a mypy config file the following plugin configuration can be used:

[tool.autohooks]
pre-commit = ["autohooks.plugins.mypy"]

[tool.autohooks.plugins.mypy]
arguments = ["--ignore-missing-imports", "--config-file=/path/to/.mypy.ini"]

Maintainer

This project is maintained by Greenbone AG.

Contributing

Your contributions are highly appreciated. Please create a pull request on GitHub. Bigger changes need to be discussed with the development team via the issues section at GitHub first.

License

Copyright (C) 2021 Vincent Texier. Copyright (C) 2023 Greenbone AG

Licensed under the GNU General Public License v3.0 or later.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autohooks_plugin_mypy-23.10.0.tar.gz (16.7 kB view details)

Uploaded Source

Built Distribution

autohooks_plugin_mypy-23.10.0-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

Details for the file autohooks_plugin_mypy-23.10.0.tar.gz.

File metadata

  • Download URL: autohooks_plugin_mypy-23.10.0.tar.gz
  • Upload date:
  • Size: 16.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.10.13 Linux/6.2.0-1012-azure

File hashes

Hashes for autohooks_plugin_mypy-23.10.0.tar.gz
Algorithm Hash digest
SHA256 ebefaa83074b662de38c914f6cac9f4f8e3452e36f54a5834df3f1590cc0c540
MD5 ec0377ff4edba0fec559e98246c26f81
BLAKE2b-256 023c54d5fe6bc9a3f141b987b6ebab36ff89b5ac69eba178eee34049b2c2286c

See more details on using hashes here.

File details

Details for the file autohooks_plugin_mypy-23.10.0-py3-none-any.whl.

File metadata

File hashes

Hashes for autohooks_plugin_mypy-23.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8ac36b74900b2f2456fec046126e564374acd6de2752d87255c6f71c4e6a73ff
MD5 046e02d409e2f4ac8a4532d5743f9945
BLAKE2b-256 9572eed8de6210a8a78cde7b18f4a10baad750f08a3c5e0c5651ec192e020764

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page