We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d36aeff + 437146f commit 04b5a4bCopy full SHA for 04b5a4b
.pre-commit-config.yaml
@@ -1,5 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
+<<<<<<< HEAD
4
rev: v2.3.0
5
hooks:
6
- id: debug-statements
@@ -11,3 +12,15 @@ repos:
11
12
- id: black
13
language_version: python3
14
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
23
+ - id: black
24
+ language_version: python3
25
+ exclude: 'mathicsscript/version.py'
26
+>>>>>>> 437146f76f607001a3682b411cffb7987d4f7d0d
0 commit comments