Skip to content

Commit

Permalink
bump versions for test harness
Browse files Browse the repository at this point in the history
  • Loading branch information
jumanjiman committed Apr 11, 2020
1 parent b5e1aff commit 530c05d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
docker:
# https://github.com/jumanjihouse/cci/pulls?q=is%3Apr+is%3Aclosed
- image: jumanjiman/cci:20200323.2227
- image: jumanjiman/cci:20200411.1724

working_directory: ~/workdir/

Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
args: [--mapping, '2', --sequence, '2', --offset, '0']

- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 1.11.3
rev: 2.0.0
hooks:
- id: check-mailmap
- id: forbid-binary
Expand Down Expand Up @@ -67,7 +67,7 @@ repos:
- id: pydocstyle

- repo: https://github.com/PyCQA/pylint
rev: pylint-2.4.4
rev: pylint-2.4.2
hooks:
- id: pylint

Expand Down Expand Up @@ -111,7 +111,7 @@ repos:
stages: [manual]

- repo: https://github.com/Yelp/detect-secrets
rev: v0.13.0
rev: v0.13.1
hooks:
- id: detect-secrets
args: [--baseline, ci/secrets.baseline]
4 changes: 2 additions & 2 deletions ci/secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": null,
"lines": null
},
"generated_at": "2020-02-29T16:15:45Z",
"generated_at": "2020-04-11T17:38:42Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -46,7 +46,7 @@
}
],
"results": {},
"version": "0.13.0",
"version": "0.13.1",
"word_list": {
"file": null,
"hash": null
Expand Down

0 comments on commit 530c05d

Please sign in to comment.