We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fef95e6 + 5d39da3 commit d6940e7Copy full SHA for d6940e7
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: 'v5.0.0'
+ rev: 'v6.0.0'
6
hooks:
7
- id: check-merge-conflict
8
- id: check-toml
validphys2/src/validphys/utils.py
@@ -8,6 +8,7 @@
9
yaml_safe = YAML(typ='safe')
10
yaml_rt = YAML(typ='rt')
11
+yaml_rt.width = 2**31 # to prevent ruamel.yaml introducing linebreaks
12
13
14
@contextlib.contextmanager
0 commit comments