Skip to content

Commit

Permalink
PXP-6245 PXP-9633 Poetry + Python 3.9 (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre authored Feb 2, 2023
1 parent 8d730ee commit 923f796
Showing 32 changed files with 3,112 additions and 816 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
repos:
- repo: [email protected]:Yelp/detect-secrets
rev: v0.13.1
rev: v1.4.0
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
exclude: poetry.lock
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
hooks:
- id: no-commit-to-branch
args: [--branch, develop, --branch, master, --pattern, release/.*]
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.12.0
hooks:
- id: black
Loading

0 comments on commit 923f796

Please sign in to comment.