Skip to content

Commit

Permalink
Update project from template
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Aug 7, 2023
1 parent 28f9bfc commit 1c8497d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: d0b0e62
_commit: 47b9a0d
_src_path: gh:blakeNaccarato/copier-python
actions_runner: ubuntu-latest
active: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- name: "Checkout repository"
uses: "actions/checkout@v3.5.3"
- name: "Initialize CodeQL"
uses: "github/codeql-action/init@v2.20.1"
uses: "github/codeql-action/init@v2.21.2"
with:
languages: "${{ matrix.language }}"
- name: "Autobuild"
uses: "github/codeql-action/autobuild@v2.20.1"
uses: "github/codeql-action/autobuild@v2.21.2"
- name: "Perform CodeQL Analysis"
uses: "github/codeql-action/analyze@v2.20.1"
uses: "github/codeql-action/analyze@v2.21.2"
with:
category: "/language:${{matrix.language}}"
4 changes: 2 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: "3.11"
- run: "python -m sphinx -T -E docs _site"
- uses: "actions/upload-pages-artifact@v1.0.9"
- uses: "actions/upload-pages-artifact@v2.0.0"
deploy:
if: "${{ !(github.event_name == 'pull_request') }}"
environment:
Expand All @@ -33,4 +33,4 @@ jobs:
needs: "build"
steps:
- id: "deployment"
uses: "actions/deploy-pages@v2.0.2"
uses: "actions/deploy-pages@v2.0.3"
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ repos:
hooks:
- id: "markdownlint-cli2-fix"
- repo: "https://github.com/psf/black"
rev: "23.3.0"
rev: "23.7.0"
hooks:
- id: "black"
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
rev: "v0.0.275"
rev: "v0.0.282"
hooks:
- id: "ruff"
- repo: "https://github.com/srstevenson/nb-clean"
Expand Down Expand Up @@ -131,14 +131,14 @@ repos:
docs/.*
)$
- repo: "https://github.com/asottile/blacken-docs"
rev: "1.14.0"
rev: "1.15.0"
hooks:
- id: "blacken-docs"
additional_dependencies: ["black==23.3.0"]
additional_dependencies: ["black==23.7.0"]
- repo: "https://github.com/nbQA-dev/nbQA"
rev: "1.7.0"
hooks:
- id: "nbqa-black"
additional_dependencies: ["black==23.3.0"]
additional_dependencies: ["black==23.7.0"]
- id: "nbqa-ruff"
additional_dependencies: ["ruff==0.0.275"]
additional_dependencies: ["ruff==0.0.282"]
4 changes: 2 additions & 2 deletions .tools/requirements/requirements_both.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ flit==3.9.0
pyright

# Pre-commit common requirements
black==23.3.0
ruff==0.0.275
black==23.7.0
ruff==0.0.282

# Testing
pytest==7.4.0
Expand Down
4 changes: 2 additions & 2 deletions .tools/requirements/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ ipympl==0.9.3
debugpy==1.6.7

# For `python` via `pythonrc.py`
rich==13.4.2
rich==13.5.2

# Terminal experiments
ipython==8.14.0

# Format
sourcery-cli==1.5.0
sourcery-cli==1.6.0

# Profiling
snakeviz==2.2.0
Expand Down
2 changes: 1 addition & 1 deletion .tools/requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
myst-parser==2.0.0
sphinx-autobuild==2021.03.14
sphinx-book-theme==1.0.1
sphinx-design==0.4.1
sphinx-design==0.5.0

0 comments on commit 1c8497d

Please sign in to comment.