Skip to content

Commit 70d9a64

Browse files
authored
Ap66-fix_pre-commit_workflow (#10)
* fixing pre-commit * version bump * adding versions * Update coverage badge --------- Co-authored-by: cdc-ap66 <cdc-ap66@users.noreply.github.com>
1 parent f14aaf7 commit 70d9a64

4 files changed

Lines changed: 17 additions & 2 deletions

File tree

.github/workflows/pre-commit.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,14 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13+
1314
- uses: actions/setup-python@v5
15+
with:
16+
python-version: '3.10'
17+
18+
- name: Install local dependencies
19+
run: |
20+
pip install -U pip
21+
pip install 'jupyter>=1.1.1,<2.0.0' 'nbconvert>=7.16.6,<8.0.0'
22+
1423
- uses: ./.github/actions/pre-commit

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ The versioning pattern is `YYYY.MM.DD.micro(a/b/{none if release})
88

99
---
1010

11+
## [2025.08.01.0a]
12+
13+
### Fixes
14+
15+
- pre-commit workflow for removing notebook outputs
16+
1117
## [2025.07.31.0a]
1218

1319
### Added

docs/assets/badges/coverage.svg

Lines changed: 1 addition & 1 deletion
Loading

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cfa.dataops"
3-
version = "2025.07.31.0a"
3+
version = "2025.08.01.0a"
44
description = "Data cataloging, ETL, modeling, verification, and validation for CFA"
55
authors = [
66
{name = "Phil Rogers", email = "ap66@cdc.gov"},

0 commit comments

Comments
 (0)