Skip to main content

Flake8 plugin adding some checks to make Python code adhere to more secure coding standard

Project description

Flake8 Secure Coding Standard Plugin

flake8 plugin that enforces some secure coding standards.

Installation

pip install flake8-secure-coding-standard

Flake8 codes

Code Description
SCS100 Blablabla

Rationale

Enforce certain coding practices that aim at making Python code safer.

First

Avoid

</code></pre>
<p>in favor of</p>
<pre lang="python"><code>

Pre-commit hook

See pre-commit for instructions

Sample .pre-commit-config.yaml:

-   repo: https://gitlab.com/pycqa/flake8
    rev: 3.7.8
    hooks:
    -   id: flake8
        additional_dependencies: [flake8-secure-coding-standard]

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

flake8-secure-coding-standard-1.0.0.tar.gz (16.3 kB view hashes)

Uploaded Source

Built Distribution

flake8_secure_coding_standard-1.0.0-py2.py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 2 Python 3

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