Metadata-Version: 2.1
Name: flake8-num-positionl-args
Version: 0.0.2
Summary: flake8 plugin for check num of positional args.
License: MIT
Author: Yasu_umi
Author-email: yasu.umi.19910101@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: flake8 (>=5.0.4,<6.0.0)
Description-Content-Type: text/markdown

# Flake8 num of positional args plugin

Check for num of positional args.
This module provides a plugin for `flake8`, the Python code checker.


## Installation

You can install or upgrade `flake8-num-positionl-args` with these commands

```bash
pip install flake8-num-positionl-args
```


## Plugin for Flake8

When both `flake8` and `flake8-num-positionl-args` are installed, the plugin is available in `flake8`
