Skip to content

Commit

Permalink
Possibly fix pyright errors
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Nov 5, 2023
1 parent deaaae7 commit 3a912f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true

- uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Install dependencies
run: pip install . nox

- name: Run pre-commit
uses: pre-commit/[email protected]

- name: Install Nox
run: pip install nox

- name: Run Nox
run: nox
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ test = [
"pytest-cookies~=0.7",
"pytest-dependency~=0.5",
"syrupy~=4.6",
"pre-commit",
]
dev = [
"hexdoc[pdoc,test]",
"ruff==0.1.4",
"pre-commit",
"hatch",
"nox",
]
Expand Down

0 comments on commit 3a912f9

Please sign in to comment.