Skip to content

Commit 826ad81

Browse files
committed
Black files
1 parent a5bc889 commit 826ad81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: check-json
99
exclude: mathics_scanner/data/characters.json
1010
- repo: https://github.com/psf/black
11-
rev: 20.8b1
11+
rev: 21.6b0
1212
hooks:
1313
- id: black
1414
language_version: python3

mathics_scanner/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# well as importing into Python. That's why there is no
55
# space around "=" below.
66
# fmt: off
7-
__version__="1.2.3" # noqa
7+
__version__="1.2.4.dev0" # noqa

0 commit comments

Comments
 (0)