Skip to content

Commit

Permalink
chore: cruft update
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber committed May 31, 2023
1 parent 7692062 commit 3282454
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 199 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/radix-ai/poetry-cookiecutter",
"commit": "b955d971fde827c5c90b928aa0d06466b5a23a7a",
"commit": "715f2bb25440f8fb18576a499be7c16207336191",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
8 changes: 1 addition & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,10 @@ repos:
require_serial: true
language: system
stages: [commit-msg]
- id: absolufy-imports
name: absolufy-imports
entry: absolufy-imports
require_serial: true
language: system
types: [python]
- id: ruff
name: ruff
entry: ruff
args: ["--fixable=ALL,ERA001,F401,F841,T201,T203"]
args: ["--extend-fixable=ERA001,F401,F841,T201,T203"]
require_serial: true
language: system
types: [python]
Expand Down
Loading

0 comments on commit 3282454

Please sign in to comment.