Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.0](astral-sh/ruff-pre-commit@v0.2.2...v0.3.0)
- [github.com/nbQA-dev/nbQA: 1.7.1 → 1.8.3](nbQA-dev/nbQA@1.7.1...1.8.3)
  • Loading branch information
pre-commit-ci[bot] authored Mar 4, 2024
1 parent cb5dba2 commit c029e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.0
hooks:
- id: ruff
args: ["--fix", "--show-source"]
Expand All @@ -16,7 +16,7 @@ repos:
files: ^pymc_marketing/
additional_dependencies: [numpy>=1.20, pandas-stubs]
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.1
rev: 1.8.3
hooks:
- id: nbqa-ruff
args: ["--fix", "--show-source"]
Expand Down

0 comments on commit c029e52

Please sign in to comment.