Skip to content

Commit f568a01

Browse files
committed
WIP - conversion to mathics 5.0.0
1 parent b615d47 commit f568a01

File tree

3 files changed

+110
-91
lines changed

3 files changed

+110
-91
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1+
default_language_version:
2+
python: python
13
repos:
24
- repo: https://github.com/pre-commit/pre-commit-hooks
35
rev: v4.0.1
46
hooks:
7+
- id: check-merge-conflict
58
- id: debug-statements
9+
stages: [commit]
610
- id: end-of-file-fixer
11+
stages: [commit]
712
- id: trailing-whitespace
813
- repo: https://github.com/psf/black
914
rev: 22.3.0
1015
hooks:
1116
- id: black
1217
language_version: python3
1318
exclude: 'pymathics/graph/version.py'
19+
- repo: https://github.com/pycqa/flake8
20+
rev: 3.9.2
21+
hooks:
22+
- id: flake8
23+
stages: [commit]

0 commit comments

Comments
 (0)