Skip to content

Commit

Permalink
update paths from edc-visit-schedule, setup
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Oct 9, 2023
1 parent 388f564 commit cfc13cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ repos:
- "-x *test*.py"

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
language_version: python3.10
language_version: python3.11

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
args:
Expand All @@ -42,7 +42,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/adrienverge/yamllint
rev: v1.31.0
rev: v1.32.0
hooks:
- id: yamllint
args:
Expand Down
11 changes: 3 additions & 8 deletions edc_export/tests/visit_schedule.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
from dateutil.relativedelta import relativedelta
from edc_visit_schedule import (
Crf,
FormsCollection,
Requisition,
Schedule,
Visit,
VisitSchedule,
)
from edc_visit_schedule.schedule import Schedule
from edc_visit_schedule.tests.dummy_panel import DummyPanel
from edc_visit_schedule.visit import Crf, FormsCollection, Requisition, Visit
from edc_visit_schedule.visit_schedule import VisitSchedule


class MockPanel(DummyPanel):
Expand Down

0 comments on commit cfc13cf

Please sign in to comment.