Skip to content

Commit

Permalink
💥 First init with pdm
Browse files Browse the repository at this point in the history
  • Loading branch information
NTGNguyen committed Dec 9, 2024
1 parent 30817ec commit f492b3b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort

- repo: https://github.com/hhatto/autopep8
rev: v2.3.1
hooks:
- id: autopep8
Empty file.
Empty file added tests/__init__.py
Empty file.

0 comments on commit f492b3b

Please sign in to comment.