Skip to content

Commit 8e86427

Browse files
authored
Merge pull request #17 from probcomp/gg/deps
Prevent future merge conflicts
2 parents d72096e + b66af25 commit 8e86427

File tree

4 files changed

+24
-3359
lines changed

4 files changed

+24
-3359
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ipython_config.py
9999
# This is especially recommended for binary packages to ensure reproducibility, and is more
100100
# commonly ignored for libraries.
101101
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
102-
#poetry.lock
102+
poetry.lock
103103

104104
# pdm
105105
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.

.pre-commit-config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
repos:
2+
- repo: https://github.com/asottile/reorder-python-imports
3+
rev: v3.13.0
4+
hooks:
5+
- id: reorder-python-imports
6+
- repo: https://github.com/psf/black-pre-commit-mirror
7+
rev: 24.4.2
8+
hooks:
9+
- id: black
10+
language_version: python3.10

0 commit comments

Comments
 (0)