Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mypy from 0.931 to 1.1.1 #160

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pycon_portugal_2022/content/tickets/tickets.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ title: Tickets
layout: simple

**All tickets include access to the full day of the conference (September 24th)**. Don't forget to follow us on Twitter [@PyConPT](https://twitter.com/PyConPT){:target="_blank"} for the latest up to date information!
[<center><button class="btn">Grab your ticket!</button></center>](https://pretix.evolutio.pt/evolutio/pyconpt2022/){:target="_blank"}

<center><button class="btn">Tickets closed!</button></center>

If you are from a marginalised or under-represented group, and you are not able to afford a ticket, you should apply for a [grant](/information/grants/). **Please consider making an extra donation** to help us offer grants to people from marginalised or under-represented groups.

Expand All @@ -14,7 +15,7 @@ The following **ticket types** are available:
- **Individual Ticket (€55)** - If you are paying your ticket from your personal money and are not being reimbursed by your employer.
- **Business Ticket (€65)** - If your employer is paying for the ticket or reimbursing you for your conference expenses.

[<center><button class="btn">Grab your ticket!</button></center>](https://pretix.evolutio.pt/evolutio/pyconpt2022/){:target="_blank"}
<center><button class="btn">Tickets closed!</button></center>

** Be sure to grab your ticket ASAP! ** The tickets include the following food: morning snack, lunch, and afternoon snack. Please don't forget to ** add your dietary restrictions when purchasing your ticket! **

Expand Down
4 changes: 2 additions & 2 deletions pycon_portugal_2022/templates/pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
</div>
</div>
<div class="row justify-content-center align-self-center text-center">
<a class="col btn-tickets" target="_blank"
<a class="col-12 btn-tickets" target="_blank"
href="https://www.youtube.com/playlist?list=PLJuyPtMj1BkyWcUTVFvVQpQHBA1sFyCaZ">
<button> WATCH THE TALKS ONLINE
</button>
</a>
<a class="col btn-tickets" href="https://www.flickr.com/photos/196712309@N04/"
<a class="col-12 btn-tickets" href="https://www.flickr.com/photos/196712309@N04/"
target="_blank">
<button> CHECK OUT THE EVENT PHOTOS
</button>
Expand Down
2 changes: 1 addition & 1 deletion requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ psycopg2==2.9.3 # https://github.com/psycopg/psycopg2

# Testing
# ------------------------------------------------------------------------------
mypy==0.931 # https://github.com/python/mypy
mypy==1.1.1 # https://github.com/python/mypy
django-stubs==1.9.0 # https://github.com/typeddjango/django-stubs
pytest==7.0.1 # https://github.com/pytest-dev/pytest
pytest-sugar==0.9.4 # https://github.com/Frozenball/pytest-sugar
Expand Down