Skip to content

Commit 04b5a4b

Browse files
committed
Merge branch 'master' of github.com:Mathics3/pymathics-graph
2 parents d36aeff + 437146f commit 04b5a4b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.pre-commit-config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
<<<<<<< HEAD
34
rev: v2.3.0
45
hooks:
56
- id: debug-statements
@@ -11,3 +12,15 @@ repos:
1112
- id: black
1213
language_version: python3
1314
exclude: 'pymathics/graph/version.py'
15+
=======
16+
rev: v2.0.0
17+
hooks:
18+
- id: debug-statements
19+
- id: end-of-file-fixer
20+
- repo: https://github.com/psf/black
21+
rev: 20.8b1
22+
hooks:
23+
- id: black
24+
language_version: python3
25+
exclude: 'mathicsscript/version.py'
26+
>>>>>>> 437146f76f607001a3682b411cffb7987d4f7d0d

0 commit comments

Comments
 (0)