Skip to content

Commit 847ec8d

Browse files
authored
Merge pull request #4 from Mathics3/mathics-5.0.0
Mathics 5.0.0
2 parents 12ba8c8 + fa38410 commit 847ec8d

File tree

5 files changed

+201
-180
lines changed

5 files changed

+201
-180
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)