Skip to content

Commit 5473777

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 117af7a commit 5473777

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

notebooks/survey_reminders.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"import pandas as pd\n",
1010
"from pathlib import Path\n",
1111
"\n",
12-
"\n",
1312
"data_dir = Path(\"data\")\n",
1413
"registration_csv = data_dir / \"registrations.csv\"\n",
1514
"survey_csv = data_dir / \"survey.csv\""

notebooks/time_series_commits.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
"source": [
6767
"import subprocess\n",
6868
"\n",
69-
"\n",
7069
"available_repos = Path(\"allrepos.txt\").read_text().splitlines()\n",
7170
"cloned_repos = [p.name for p in repo_paths]\n",
7271
"print(\"Outdated repos: \", set(cloned_repos) - set(available_repos))\n",

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ classifiers =
1515
Operating System :: OS Independent
1616
Programming Language :: Python :: 3
1717
Programming Language :: Python :: 3 :: Only
18-
Programming Language :: Python :: 3.9
1918
Programming Language :: Python :: 3.10
2019
project_urls =
2120
Bug Tracker = https://github.com/hsf-training/participation-analysis/issues
@@ -32,7 +31,7 @@ install_requires =
3231
pandas
3332
python-frontmatter
3433
pyyaml
35-
python_requires = >=3.9
34+
python_requires = >=3.10
3635
include_package_data = True
3736
package_dir =
3837
=src

0 commit comments

Comments
 (0)