Skip to content

Commit 739bb1c

Browse files
committed
Merge branch 'develop' of github.com:effect-trial/effect-edc into develop
2 parents b6cf4b3 + 1181b80 commit 739bb1c

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exclude: tests/etc/user-*
33

44
repos:
55
- repo: https://github.com/PyCQA/bandit
6-
rev: 1.8.2
6+
rev: 1.8.3
77
hooks:
88
- id: bandit
99
args:
@@ -16,14 +16,14 @@ repos:
1616
language_version: python3.12
1717

1818
- repo: https://github.com/pycqa/flake8
19-
rev: 7.1.1
19+
rev: 7.1.2
2020
hooks:
2121
- id: flake8
2222
args:
2323
- "--config=setup.cfg"
2424

2525
- repo: https://github.com/PyCQA/isort
26-
rev: 6.0.0
26+
rev: 5.13.2
2727
hooks:
2828
- id: isort
2929

CHANGES

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ Changes
33

44
unreleased
55
------
6-
- fix `Server error saving [...] TB Diagnostics forms opened from
7-
admin site` (#840)
8-
- # TODO: bump to effect-form-validators 1.0.0 (once released)
6+
- fix 'Cannot view beyond the 25th visit in Subject Review' (#835)
7+
- fix 'Server error saving Signs and Symptoms / TB Diagnostics forms
8+
opened from admin site' (#840)
9+
- fix 'Signs and symptoms QA reports server error' (#842)
10+
- bump to edc 1.0.6
11+
- bump to effect-form-validators 1.0.0
912

1013

1114
1.0.0

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extend-exclude = '''^(.*\/)*\b(migrations)\b($|\/.*$)'''
1313
[tool.isort]
1414
profile = "black"
1515
py_version = "312"
16-
skip = [".tox", ".eggs", "migrations"]
16+
skip = [".tox", ".eggs", "migrations", "_version.py"]
1717

1818
[tool.coverage.run]
1919
parallel = false
@@ -89,6 +89,5 @@ commands =
8989
python --version
9090
pip --version
9191
pip freeze
92-
pre-commit autoupdate
9392
pre-commit run --all-files
9493
"""

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ zip_safe = False
2626
include_package_data = True
2727
packages = find:
2828
install_requires =
29-
edc==1.0.3
29+
edc==1.0.6
3030
edc-csf==1.0.0
3131
edc-microbiology==1.0.0
3232
beautifulsoup4
33-
effect-form-validators==0.1.45
33+
effect-form-validators==1.0.0
3434

3535
[options.packages.find]
3636
exclude =

0 commit comments

Comments
 (0)