Skip to content

Commit

Permalink
Merge pull request #465 from aurelio-labs/james/abstract-layers
Browse files Browse the repository at this point in the history
feat: abstract layers
  • Loading branch information
jamescalam authored Nov 29, 2024
2 parents 15c38d0 + ff2c3ca commit 0228eaf
Show file tree
Hide file tree
Showing 45 changed files with 4,566 additions and 2,624 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Release Docs

on:
push:
branches:
- main
release:
types: [released]

jobs:
build-docs:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ lint: PYTHON_FILES=.
lint_diff: PYTHON_FILES=$(shell git diff --name-only --diff-filter=d main | grep -E '\.py$$')

lint lint_diff:
poetry run black --target-version py39 -l 88 $(PYTHON_FILES) --check
poetry run ruff .
poetry run black --target-version py311 -l 88 $(PYTHON_FILES) --check
poetry run ruff check .
poetry run mypy $(PYTHON_FILES)

test:
Expand Down
Loading

0 comments on commit 0228eaf

Please sign in to comment.