Skip to content

Commit

Permalink
update pre-commit-config
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Jul 4, 2024
1 parent 2d44c86 commit c66e5af
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# R specific hooks: https://github.com/lorenzwalthert/precommit
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.4.1
rev: v0.4.2
hooks:
- id: style-files
args: [--style_pkg=spaceout, --style_fun=spaceout_style]
additional_dependencies:
- ropensci-review-tools/spaceout
# - id: roxygenize
# - id: roxygenize
# codemeta must be above use-tidy-description when both are used
# - id: codemeta-description-updated
- id: use-tidy-description
Expand Down Expand Up @@ -42,14 +42,14 @@ repos:
\.github/workflows/.*|
data/.*|
)$
# - id: lintr
# - id: lintr
- id: readme-rmd-rendered
- id: parsable-R
- id: no-browser-statement
- id: no-print-statement
- id: no-debug-statement
- id: deps-in-desc
# - id: pkgdown
# - id: pkgdown
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
Expand All @@ -73,10 +73,10 @@ repos:
files: '\.(Rhistory|RData|Rds|rds)$'
# `exclude: <regex>` to allow committing specific files
- id: description version
name: Version has been incremented in DESCRIPTION
name: Version has been incremeneted in DESCRIPTION
entry: .hooks/description
language: script

ci:
autoupdate_schedule: monthly
# skip: [pkgdown]
# skip: [pkgdown]
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mapscanner
Title: Print Maps, Draw on Them, Scan Them Back in
Version: 0.1.0
Version: 0.1.0.001
Authors@R: c(
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")),
person("Michael D.", "Sumner", , "mdsumner@gmail.com", role = "aut"),
Expand Down
14 changes: 11 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/ropensci/mapscanner",
"issueTracker": "https://github.com/ropensci/mapscanner/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.1.0",
"version": "0.1.0.001",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -423,13 +423,21 @@
"fileSize": "8522.231KB",
"releaseNotes": "https://github.com/ropensci/mapscanner/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/mapscanner/blob/main/README.md",
"contIntegration": ["https://github.com/ropensci/mapscanner/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/ropensci/mapscanner"],
"contIntegration": [
"https://github.com/ropensci/mapscanner/actions?query=workflow%3AR-CMD-check",
"https://app.codecov.io/gh/ropensci/mapscanner"
],
"developmentStatus": "https://www.repostatus.org/#active",
"review": {
"@type": "Review",
"url": "https://github.com/ropensci/software-review/issues/330",
"provider": "https://ropensci.org"
},
"keywords": ["r-package", "maps", "scan", "spatial"],
"keywords": [
"r-package",
"maps",
"scan",
"spatial"
],
"relatedLink": "https://CRAN.R-project.org/package=mapscanner"
}

0 comments on commit c66e5af

Please sign in to comment.