Skip to content

Commit

Permalink
Bump setup to 1.92.0 (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: semgrep-ci[bot] <semgrep-ci[bot]@users.noreply.github.com>
  • Loading branch information
semgrep-ci[bot] and semgrep-ci[bot] authored Oct 17, 2024
1 parent d6e29eb commit 87d71c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.91.0'
rev: 'v1.92.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.91.0'
rev: 'v1.92.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.91.0'
rev: 'v1.92.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.91.0",
install_requires=["semgrep==1.91.0"],
version="1.92.0",
install_requires=["semgrep==1.92.0"],
packages=[],
)

0 comments on commit 87d71c9

Please sign in to comment.