Skip to content

AdamDonna/dotfiles

Repository files navigation

Code Style

We use pre-commit https://pre-commit.com/ to enforce our code style rules locally before you commit them into git. Once you install the pre-commit library (locally via pip is fine), just install the hooks:

pre-commit install -f --install-hooks

The same checks are executed on the build server, so skipping the local linting (with git commit --no-verify) will only result in a failed test build.

Current style checking tools:

  • flake8: python linting
  • isort: python import sorting
  • black: python code formatting
  • eslint: javascript linting
  • prettier: javascript code formatting

About

A place to keep files I'm reusing on projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published