Skip to content

Commit

Permalink
switch to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Dec 1, 2023
1 parent e9c2ef3 commit e5e08f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 64 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/style-checks.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ci:
autofix_prs: false
autoupdate_schedule: weekly

default_language_version:
python: python3.10

Expand Down
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "aglio"
version = "0.1.0"
version = "0.2.0"
authors = [
{ name="Chris Havlin", email="[email protected]" },
]
Expand Down Expand Up @@ -49,8 +49,3 @@ extra = [
"yt_idv",
"cartopy",
]
lint = [
"black==22.8.0",
"isort==5.12.0",
"flake8==6.0.0"
]

0 comments on commit e5e08f7

Please sign in to comment.