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 a5bc889 commit 826ad81Copy full SHA for 826ad81
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
- id: check-json
9
exclude: mathics_scanner/data/characters.json
10
- repo: https://github.com/psf/black
11
- rev: 20.8b1
+ rev: 21.6b0
12
hooks:
13
- id: black
14
language_version: python3
mathics_scanner/version.py
@@ -4,4 +4,4 @@
4
# well as importing into Python. That's why there is no
5
# space around "=" below.
6
# fmt: off
7
-__version__="1.2.3" # noqa
+__version__="1.2.4.dev0" # noqa
0 commit comments