Skip to main content

Linting dotenv files like a charm!

Project description

dotenv-linter

wemake.services test codecov Github Action Python Version Documentation Status


Simple linter for .env files.

dotenv-logo

While .env files are very simple it is required to keep them consistent. This tool offers a wide range of consistency rules and best practices.

And it integrates perfectly to any existing workflow.

Read the announcing post.

Installation and usage

pip install dotenv-linter

And then run it:

dotenv-linter .env .env.template

See Usage section for more information.

Examples

There are many things that can go wrong in your .env files:

# Next line has leading space which will be removed:
 SPACED=

# Equal signs should not be spaced:
KEY = VALUE

# Quotes won't be preserved after parsing, do not use them:
SECRET="my value"

# Beware of duplicate keys!
SECRET=Already defined ;(

# Respect the convention, use `UPPER_CASE`:
kebab-case-name=1
snake_case_name=2

And much more! You can find the full list of violations in our docs.

Pre-commit hooks

dotenv-linter can also be used as a pre-commit hook. To do so, add the following to the .pre-commit-config.yaml file at the root of your project:

repos:
  - repo: https://github.com/wemake-services/dotenv-linter
    rev: 0.7.0  # Use the ref you want to point at
    hooks:
      - id: dotenv-linter

For the more detailed instructions on the pre-commit tool itself, please refer to its website.

Gratis

Special thanks goes to Ignacio Toledo for creating an awesome logo for the project.

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

dotenv_linter-0.8.0.tar.gz (14.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dotenv_linter-0.8.0-py3-none-any.whl (21.0 kB view details)

Uploaded Python 3

File details

Details for the file dotenv_linter-0.8.0.tar.gz.

File metadata

  • Download URL: dotenv_linter-0.8.0.tar.gz
  • Upload date:
  • Size: 14.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.4.1 CPython/3.11.9 Darwin/24.6.0

File hashes

Hashes for dotenv_linter-0.8.0.tar.gz
Algorithm Hash digest
SHA256 53207ae04fd07c6de597bf37d4dabb0e2bcbcdbddf972d899d4ee9e998a7fc80
MD5 eafa341075bb7671024ebe23889d5aa9
BLAKE2b-256 05de6a96f179d36e17c6beac19f8af4ccd13e63de9d05d05b34586e69bd252bc

See more details on using hashes here.

File details

Details for the file dotenv_linter-0.8.0-py3-none-any.whl.

File metadata

  • Download URL: dotenv_linter-0.8.0-py3-none-any.whl
  • Upload date:
  • Size: 21.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.4.1 CPython/3.11.9 Darwin/24.6.0

File hashes

Hashes for dotenv_linter-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 55b95c80691cf724a06c5d8b6e4cd98bdfb1627c97832a369b7b84700590bd2f
MD5 00d3e8a000e0610fd160c3c61548ddc9
BLAKE2b-256 f6c341678a9f172c5d992933c80bcef73cedc2dff6e6de5f667796c11b11e7d0

See more details on using hashes here.

Supported by

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