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.
1 parent 147c138 commit d36aeffCopy full SHA for d36aeff
.pre-commit-config.yaml
@@ -1,12 +1,13 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v2.0.0
+ rev: v2.3.0
4
hooks:
5
- id: debug-statements
6
- id: end-of-file-fixer
7
+ - id: trailing-whitespace
8
- repo: https://github.com/psf/black
- rev: 20.8b1
9
+ rev: 21.6b0
10
11
- id: black
12
language_version: python3
- exclude: 'mathicsscript/version.py'
13
+ exclude: 'pymathics/graph/version.py'
pymathics/graph/version.py
@@ -6,4 +6,4 @@
# well as importing into Python. That's why there is no
# space around "=" below.
# fmt: off
-__version__="2.3.0"
+__version__="2.3.1.dev0"
0 commit comments