Skip to content

Commit 4ff21d9

Browse files
committed
update pre-commit-config
1 parent 53e50bc commit 4ff21d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# R specific hooks: https://github.com/lorenzwalthert/precommit
33
repos:
44
- repo: https://github.com/lorenzwalthert/precommit
5-
rev: v0.4.3.9001
5+
rev: v0.4.3.9003
66
hooks:
77
- id: style-files
88
args: [--style_pkg=spaceout, --style_fun=spaceout_style]
@@ -51,7 +51,7 @@ repos:
5151
- id: deps-in-desc
5252
# - id: pkgdown
5353
- repo: https://github.com/pre-commit/pre-commit-hooks
54-
rev: v4.6.0
54+
rev: v5.0.0
5555
hooks:
5656
- id: check-added-large-files
5757
args: ['--maxkb=200']

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: uaengine
22
Title: Routing and aggregation engine for 'Urban Analyst'
3-
Version: 0.3.2.008
3+
Version: 0.3.2.009
44
Authors@R:
55
person(given = "Mark",
66
family = "Padgham",

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"codeRepository": "https://github.com/UrbanAnalyst/uaengine",
88
"issueTracker": "https://github.com/UrbanAnalyst/uaengine/issues",
99
"license": "https://spdx.org/licenses/GPL-3.0",
10-
"version": "0.3.2.008",
10+
"version": "0.3.2.009",
1111
"programmingLanguage": {
1212
"@type": "ComputerLanguage",
1313
"name": "R",

0 commit comments

Comments
 (0)