Skip to content

Commit

Permalink
initial commit, implemented (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetCanSolak committed Nov 7, 2021
1 parent 6fc7498 commit 3b01b6a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
repos:
- repo: https://github.com/python/black
rev: 21.6b0
hooks:
- id: black
language_version: python3
pass_filenames: false
args: [.]

0 comments on commit 3b01b6a

Please sign in to comment.