sqlalchemy/mako

Using `.pre-commit-config` as a linter and test link check

yezz123 opened this issue · 1 comments

I guess pre-commit is a good suggestion to let the project clean, and also check the new PRs if they correspond to the linting rules.

For example:

hooks:
          - id: check-merge-conflict
          - id: check-added-large-files
          - id: check-ast
          - id: check-symlinks
          - id: trailing-whitespace
          - id: check-json
          - id: debug-statements
          - id: pretty-format-json

I will try to describe this issue in a PR.

I just create the PR relate to this changes #345