Skip to content

Commit

Permalink
set up pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniolrm committed Jun 14, 2024
1 parent 3386e08 commit b641c3d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/psf/black
rev: 24.1.1
hooks:
- id: black
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
- id: codespell
additional_dependencies:
- tomli

0 comments on commit b641c3d

Please sign in to comment.