Skip to content

Commit 947bbd9

Browse files
authored
Merge pull request #22 from semgrep/release/1.85.0
chore: release 1.85.0
2 parents 7a95936 + 16ab916 commit 947bbd9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default_stages: [manual]
55

66
repos:
77
- repo: https://github.com/semgrep/pre-commit
8-
rev: 'v1.84.1'
8+
rev: 'b120e91'
99
hooks:
1010
- id: semgrep
1111
name: Pre-commit semgrep

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ AppSec Platform][semgrep-platform], similar to `semgrep ci`, we provide the
1616

1717
```yaml
1818
- repo: https://github.com/semgrep/pre-commit
19-
rev: 'v1.84.1'
19+
rev: 'v1.85.0'
2020
hooks:
2121
- id: semgrep-ci
2222
```
@@ -29,7 +29,7 @@ committed with a specified config, skipping files with unknown extensions:
2929

3030
```yaml
3131
- repo: https://github.com/semgrep/pre-commit
32-
rev: 'v1.84.1'
32+
rev: 'v1.85.0'
3333
hooks:
3434
- id: semgrep
3535
# See https://semgrep.dev/explore to select a ruleset and copy its URL

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="semgrep_pre_commit_package",
8-
version="1.84.1",
9-
install_requires=["semgrep==1.84.1"],
8+
version="1.85.0",
9+
install_requires=["semgrep==1.85.0"],
1010
packages=[],
1111
)

0 commit comments

Comments
 (0)