Skip to content

Commit d36aeff

Browse files
committed
Administrivia
1 parent 147c138 commit d36aeff

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.0.0
3+
rev: v2.3.0
44
hooks:
55
- id: debug-statements
66
- id: end-of-file-fixer
7+
- id: trailing-whitespace
78
- repo: https://github.com/psf/black
8-
rev: 20.8b1
9+
rev: 21.6b0
910
hooks:
1011
- id: black
1112
language_version: python3
12-
exclude: 'mathicsscript/version.py'
13+
exclude: 'pymathics/graph/version.py'

pymathics/graph/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# well as importing into Python. That's why there is no
77
# space around "=" below.
88
# fmt: off
9-
__version__="2.3.0"
9+
__version__="2.3.1.dev0"

0 commit comments

Comments
 (0)