Skip to content

Commit

Permalink
Address pre-commit issues (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kislovskiy authored Apr 13, 2024
2 parents 3357a87 + 93eb4ca commit b50b185
Show file tree
Hide file tree
Showing 21 changed files with 352,995 additions and 352,997 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/2023-PyConIT-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- "2023_PyConIT/**/*.py"
- "2023_PyConIT/**/*.ipynb"
- "2023_PyConIT/requirements.txt"
lint:
name: 🚨 Lint Python code
if: needs.changes.outputs.changes == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- "2023_PyData_Berlin/**/*.py"
- "2023_PyData_Berlin/**/*.ipynb"
- "2023_PyData_berlin/requirements.txt"
lint:
name: 🚨 Lint Python code
if: needs.changes.outputs.changes == 'true'
Expand Down
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ repos:
- id: check-yaml
args: ['--unsafe']
- id: check-toml
- id: trailing-whitespace
- id: end-of-file-fixer
Binary file modified 2023_EuroSciPy/2023_EuroSciPy_slides.key
Binary file not shown.
4 changes: 2 additions & 2 deletions 2023_EuroSciPy/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ packaging_tutorial/
│ └── example.py
└── tests/
└── test_example.py
```
```

And there are a lot to talk about here.
First is a `pyproject.toml`. TOML is a configuration file format that has gained popularity lately.
Expand Down Expand Up @@ -586,4 +586,4 @@ that run your code however it is possible to self-host your own Runners I've nev
wanted to point it out as an option if you don't want GitHub to handle the compute which would be running on Azure Cloud
I mean who really knows what Microsoft is doing with all that code they're running in any case though GitHub actions is
an awesome platform and I would highly recommend using these free robots to get stuff done thanks for watching and I
will see you in the next one
will see you in the next one
2 changes: 1 addition & 1 deletion 2023_EuroSciPy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ dependencies = [
dev = [
"pytest==8.1.1",
"hypothesis==6.100.1",
]
]
Binary file modified 2023_PyConIT/2023_PyConIT_slides.key
Binary file not shown.
2 changes: 0 additions & 2 deletions 2023_PyConIT/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,5 +362,3 @@ collection, data processing, and availability of datasets, I know that everythin
read, I quickly go and see what's wrong.
And we looked at the example of continuous delivery pipeline, where we could use GitHub actions to verify the data
visualisation code.


Binary file modified 2023_PyData_Berlin/2023_PyData_Berlin_slides.key
Binary file not shown.
2 changes: 0 additions & 2 deletions 2023_PyData_Berlin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,5 +361,3 @@ collection, data processing, and availability of datasets, I know that everythin
read, I quickly go and see what's wrong.
And we looked at the example of continuous delivery pipeline, where we could use GitHub actions to verify the data
visualisation code.


2 changes: 1 addition & 1 deletion 2023_PyData_Berlin/data/global_temperature.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ Year No_Smoothing Lowess(5)
2019 0.98 0.92
2020 1.02 0.92
2021 0.85 0.91
2022 0.89 0.91
2022 0.89 0.91
2 changes: 1 addition & 1 deletion 2023_PyData_Berlin/data/test_data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ x,y
6,6
7,7
8,8
9,9
9,9
2 changes: 1 addition & 1 deletion 2023_PyData_Berlin/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pandas==2.2.2
matplotlib==3.8.4
pytest==8.1.1
flake8==7.0.0
black==24.4.0
black==24.4.0
Loading

0 comments on commit b50b185

Please sign in to comment.