Skip to content

Commit

Permalink
Update pre-commit configuration and increase memory allocation; remov…
Browse files Browse the repository at this point in the history
…e Vercel configuration
  • Loading branch information
andersy005 committed Oct 3, 2024
1 parent b276da5 commit 69f8788
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.6.5'
rev: 'v0.6.8'
hooks:
- id: ruff
args: ['--fix']
Expand Down
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildpacks = ["heroku/buildpack-python:0.17.0"]

[[vm]]
size = "shared-cpu-1x"
memory = "512mb"
memory = "1024mb"


[env]
Expand Down
10 changes: 0 additions & 10 deletions vercel.json

This file was deleted.

0 comments on commit 69f8788

Please sign in to comment.