Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/ruff-0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin authored Jun 13, 2024
2 parents 9128379 + 8726de0 commit 61fa51c
Show file tree
Hide file tree
Showing 7 changed files with 581 additions and 19 deletions.
19 changes: 10 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,16 @@ repos:
always_run: true
pass_filenames: false

- repo: local
hooks:
- id: deptry
name: deptry
stages: [push, manual]
language: system
entry: deptry .
always_run: true
pass_filenames: false

- repo: local
hooks:
- id: pytest-fast
Expand All @@ -128,12 +138,3 @@ repos:
always_run: true
pass_filenames: false

- repo: local
hooks:
- id: deptry
name: deptry
stages: [push, manual]
language: system
entry: deptry .
always_run: true
pass_filenames: false
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Emit "dotnet" as format to ResultDocument when processing .NET files #2024 @samadpls

### New Features
- ELF: detect OS from statically-linked Go binaries #1978 @williballenthin

- add function in capa/helpers to load plain and compressed JSON reports #1883 @Rohit1123
- document Antivirus warnings and VirusTotal false positive detections #2028 @RionEV @mr-tz
Expand Down
Loading

0 comments on commit 61fa51c

Please sign in to comment.