Skip to content

Commit

Permalink
chore: bump things
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Jun 10, 2024
1 parent 71b7650 commit 60145fe
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version = 1

exclude_patterns = [
"include/vendor/**",
"include/jpgraph/**",
]

[[analyzers]]
name = "shell"

[[analyzers]]
name = "python"

[analyzers.meta]
runtime_version = "3.x.x"
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autoupdate_schedule: quarterly
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.4"
rev: "v0.4.8"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 60145fe

Please sign in to comment.