Skip to content

Commit

Permalink
Merge branch 'master' into gh_1593
Browse files Browse the repository at this point in the history
  • Loading branch information
grizz authored Nov 3, 2024
2 parents f20d87c + 0ebaf97 commit bf4f9a1
Show file tree
Hide file tree
Showing 4 changed files with 579 additions and 443 deletions.
24 changes: 24 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
fail_fast: true
repos:
- repo: local
hooks:
- id: system
name: isort
entry: poetry run isort .
language: system
pass_filenames: false
- repo: local
hooks:
- id: pyupgrade
name: pyupgrade
entry: poetry run pyupgrade --py36-plus
language: python
types: [python]
pass_filenames: true
- repo: local
hooks:
- id: system
name: Black
entry: poetry run black .
language: system
pass_filenames: false
Loading

0 comments on commit bf4f9a1

Please sign in to comment.