-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2024 redux and modernized tooling (#23)
* Moved from pip-tools to uv, updated configs for tools, ran 'pre-commit autoupdate' * Bumps to latest GitHub Actions versions and using uv in CI * Bringing Ruff to pass on content * Removed extra 'markup' TOML section * Bumped up geekdocs and hugo versions to latest * Added 2024 redux note
- Loading branch information
1 parent
70e7df6
commit 71c0104
Showing
12 changed files
with
850 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-python@v4 | ||
with: | ||
cache: "pip" | ||
- run: python -m pip install -r requirements.txt | ||
- uses: pre-commit/[email protected] | ||
- run: pytest | ||
- name: Set up uv | ||
run: curl -LsSf https://astral.sh/uv/install.sh | sh | ||
- run: uv sync | ||
- uses: pre-commit/[email protected] | ||
- run: uv run pytest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.10.11 | ||
3.12.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: 2024 | ||
draft: false | ||
--- | ||
|
||
[PyCon USA 2024](https://us.pycon.org/2024/) general information: | ||
|
||
- Location: David L. Lawrence Convention Center in Pittsburgh, PA | ||
- Talks: Friday May 17th to Sunday May 19th | ||
- [Conference schedule](https://us.pycon.org/2024/schedule/) | ||
|
||
{{< hint type=note icon=gdoc_fire title="Didn't go">}} | ||
Unfortunately this site's main author did not attend PyCon USA in 2024 | ||
due to recently starting a new job, | ||
so there is no redux this time. | ||
|
||
If you have a suggestion for a talk, saying, occurrence, etc, please | ||
[open a GitHub issue](https://github.com/jamesbraza/pycon-redux.com/issues/new) | ||
or make a PR into this repo adding the relevant content. | ||
{{< /hint >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.