Skip to content

Commit 923f796

Browse files
PXP-6245 PXP-9633 Poetry + Python 3.9 (#387)
1 parent 8d730ee commit 923f796

32 files changed

+3112
-816
lines changed

.pre-commit-config.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
repos:
22
- repo: [email protected]:Yelp/detect-secrets
3-
rev: v0.13.1
3+
rev: v1.4.0
44
hooks:
55
- id: detect-secrets
66
args: ['--baseline', '.secrets.baseline']
7+
exclude: poetry.lock
78
- repo: https://github.com/pre-commit/pre-commit-hooks
89
rev: v2.5.0
910
hooks:
1011
- id: no-commit-to-branch
1112
args: [--branch, develop, --branch, master, --pattern, release/.*]
1213
- repo: https://github.com/psf/black
13-
rev: 22.3.0
14+
rev: 22.12.0
1415
hooks:
1516
- id: black

0 commit comments

Comments
 (0)