Skip to content

Commit

Permalink
refactor: python3 syntax + fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Chu committed Oct 20, 2023
1 parent 1903b8c commit 31944af
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 238 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/Exabyte-io/pre-commit-hooks
rev: 2023.9.13
hooks:
- id: black
- id: ruff
- id: isort
- id: end-of-file-fixer
- id: trailing-whitespace
Loading

0 comments on commit 31944af

Please sign in to comment.