Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default_stages: [manual]

repos:
- repo: https://github.com/semgrep/pre-commit
rev: 'v1.119.0'
rev: 'v1.120.0'
hooks:
- id: semgrep
name: Pre-commit semgrep
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ AppSec Platform][semgrep-platform], similar to `semgrep ci`, we provide the

```yaml
- repo: https://github.com/semgrep/pre-commit
rev: 'v1.119.0'
rev: 'v1.120.0'
hooks:
- id: semgrep-ci
```
Expand All @@ -29,7 +29,7 @@ committed with a specified config, skipping files with unknown extensions:

```yaml
- repo: https://github.com/semgrep/pre-commit
rev: 'v1.119.0'
rev: 'v1.120.0'
hooks:
- id: semgrep
# See https://semgrep.dev/explore to select a ruleset and copy its URL
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="semgrep_pre_commit_package",
version="1.119.0",
install_requires=["semgrep==1.119.0"],
version="1.120.0",
install_requires=["semgrep==1.120.0"],
packages=[],
)
Loading