Skip to content

Commit

Permalink
Apply updates from cookiecutter
Browse files Browse the repository at this point in the history
This automated commit applies the latest updates from our cookiecutters [1] to
this repo.

[1]: https://github.com/hypothesis/cookiecutters
  • Loading branch information
github-actions[bot] committed Jan 17, 2025
1 parent 3628d5d commit 225a10d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/slack.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Slack
on:
workflow_run:
workflows: [CI, Deploy, Report refresh]
workflows: [CI, Deploy]
types: [completed]
branches: [main]
jobs:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build
/build
coverage
node_modules
yarn-error.log
Expand All @@ -11,3 +11,4 @@ supervisord.pid
.DS_Store
.devdata*
.eslintcache
*.tsbuildinfo
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ filterwarnings = [
"ignore:^pkg_resources is deprecated as an API:DeprecationWarning:pyramid",
"ignore:^Deprecated call to .pkg_resources\\.declare_namespace\\('.*'\\).\\.:DeprecationWarning:pkg_resources",
"ignore:^'cgi' is deprecated and slated for removal in Python 3\\.13$:DeprecationWarning:webob",
"ignore:^datetime\\.datetime\\.utcnow\\(\\) is deprecated and scheduled for removal in a future version\\.:DeprecationWarning",
]

[tool.pydocstyle]
Expand Down Expand Up @@ -147,11 +148,6 @@ disable_error_code = [
"import-untyped",
]

exclude = [
# The actual "data_task" run on a schedule are a nightmare for mypy
"report/data_tasks/report"
]

[[tool.mypy.overrides]]
module= [
# Don't try to typecheck the tests for now
Expand Down

0 comments on commit 225a10d

Please sign in to comment.