Skip to content

Commit

Permalink
Removing adding README.md back to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Oct 7, 2024
1 parent a590a6e commit e241581
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ repos:
rev: v3.2.0
hooks:
- id: trailing-whitespace
exclude: ^(inst/|man/|src/cpp11\.cpp|playgroud/|R/cpp11\.R|README\.md)
exclude: ^(inst/|man/|src/cpp11.cpp|playgroud/|R/cpp11.R)
- id: end-of-file-fixer
exclude: ^(inst/|man/|src/cpp11\.cpp|playgroud/|R/cpp11\.R|README\.md)
exclude: ^(inst/|man/|src/cpp11.cpp|playgroud/|R/cpp11.R)
- id: check-yaml
exclude: ^(inst/|man/|src/cpp11\.cpp|playgroud/|R/cpp11\.R|README\.md)
exclude: ^(inst/|man/|src/cpp11.cpp|playgroud/|R/cpp11.R)
- id: check-added-large-files
exclude: ^(inst/|man/|src/cpp11\.cpp|playgroud/|R/cpp11\.R|README\.md)
exclude: ^(inst/|man/|src/cpp11.cpp|playgroud/|R/cpp11.R)
- id: detect-private-key
exclude: ^(inst/|man/|src/cpp11\.cpp|playgroud/|R/cpp11\.R|README\.md)
exclude: ^(inst/|man/|src/cpp11.cpp|playgroud/|R/cpp11.R)

- repo: https://github.com/lorenzwalthert/precommit
rev: v0.4.2
Expand All @@ -23,9 +23,9 @@ repos:
'--ignore-stop="^# styler: on$"',
'--strict=FALSE'
]
exclude: ^(inst/|man/|src/cpp11\.cpp|playgroud/|R/cpp11\.R|README\.md)
exclude: ^(inst/|man/|src/cpp11.cpp|playgroud/|R/cpp11.R)
- id: readme-rmd-rendered
# - id: lintr
# args: [--warn_only]
# verbose: true
# exclude: ^(inst/|man/|src/cpp11.cpp|playgroud/|R/cpp11\.R|README\.md)
# exclude: ^(inst/|man/|src/cpp11.cpp|playgroud/|R/cpp11.R)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ summary(sir)
#> Days (duration) : 50 (of 50)
#> Number of viruses : 1
#> Last run elapsed t : 62.00ms
#> Last run speed : 80.26 million agents x day / second
#> Last run speed : 79.47 million agents x day / second
#> Rewiring : off
#>
#> Global events:
Expand Down Expand Up @@ -229,7 +229,7 @@ summary(model_seirconn)
#> Days (duration) : 100 (of 100)
#> Number of viruses : 2
#> Last run elapsed t : 15.00ms
#> Last run speed : 63.50 million agents x day / second
#> Last run speed : 64.01 million agents x day / second
#> Rewiring : off
#>
#> Global events:
Expand Down

0 comments on commit e241581

Please sign in to comment.