Skip to content

Commit

Permalink
Fixing mistake in pre-commit setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Sparre Spiegelhauer (HSPU) committed Mar 20, 2024
1 parent 75076bd commit 23f5ab7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ repos:
language: script
entry: ./run-org-hooks
verbose: true
require_serial: true
1 change: 0 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ articles:
contents:
- starts_with("dev")
- validation

2 changes: 0 additions & 2 deletions tests/testthat/test-demographics.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,3 @@ test_that("Demographics work with other endpoints", {

expect_equal(a$stat_result_value |> as.integer(), as.integer(expected$N))
})


1 change: 0 additions & 1 deletion vignettes/results_datamodel.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,3 @@ The table below describes all the columns in the output table. Note that informa
</tr>
</tbody>
</table>

0 comments on commit 23f5ab7

Please sign in to comment.