Skip to content

Commit

Permalink
build: pre commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
davisilvarafacho committed Oct 9, 2024
1 parent cc2c282 commit 03208fb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
repos:
- repo: https://github.com/pre-commit/mirrors-black
rev: v23.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/pylint
rev: v2.18.0
hooks:
- id: pylint
- repo: https://github.com/pre-commit/mirrors-flake8
rev: v5.0.0
hooks:
- id: flake8

0 comments on commit 03208fb

Please sign in to comment.