Skip to content

Commit

Permalink
Merge pull request #44 from xendit/feat/cleanup+issue#43
Browse files Browse the repository at this point in the history
Feat/cleanup+issue#43
  • Loading branch information
mesmur authored Feb 25, 2022
2 parents 8b677fb + 787a080 commit 59ffaec
Show file tree
Hide file tree
Showing 7 changed files with 859 additions and 741 deletions.
32 changes: 16 additions & 16 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.1.0
hooks:
- id: mixed-line-ending
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.1.0
hooks:
- id: mixed-line-ending
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
language_version: python3.7
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
hooks:
- id: flake8
- repo: https://github.com/thlorenz/doctoc
rev: v1.4.0
hooks:
- id: doctoc
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.3
hooks:
- id: flake8
- repo: https://github.com/thlorenz/doctoc
rev: v1.4.0
hooks:
- id: doctoc
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.7.12
Loading

0 comments on commit 59ffaec

Please sign in to comment.