Skip to content

Commit

Permalink
Merge pull request #299 from ahagen-pik/master
Browse files Browse the repository at this point in the history
exclude PRtest from pre-commit.ci
  • Loading branch information
ahagen-pik authored Nov 7, 2024
2 parents bda9e78 + 755030a commit 9787222
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# testthat snapshots are machine-generated regression tests that
# have to be preserved exactly as they are
exclude: '^tests/testthat/_snaps/.*$'
# PRtest is a routine manually generated and is used independetly
# but stored in edgeTRansport package for versioning
exclude: '^(tests/testthat/_snaps/.*$|tests/PRtest/)'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
Expand Down

0 comments on commit 9787222

Please sign in to comment.