Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Nov 13, 2024
1 parent 4fac162 commit a72d8c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 31 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ on: [ push, pull_request ]

jobs:
lint:
uses: petrjasek/newsroom-app/.github/workflows/lint.yml@chore-github-actions-black
name: "Lint"
uses: superdesk/newsroom-app/.github/workflows/lint.yml@develop
4 changes: 0 additions & 4 deletions server/mypy-requirements.in

This file was deleted.

29 changes: 3 additions & 26 deletions server/mypy-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile mypy-requirements.in
#
mypy==0.991
# via -r mypy-requirements.in
mypy-extensions==0.4.3
# via mypy
tomli==2.0.1
# via mypy
types-click==7.1.8
# via types-flask
mypy==1.13.0

types-flask==1.1.6
# via -r mypy-requirements.in
types-jinja2==2.11.9
# via types-flask
types-markupsafe==1.1.10
# via types-jinja2
types-requests==2.28.11.8
# via -r mypy-requirements.in
types-urllib3==1.26.25.4
# via types-requests
types-werkzeug==1.0.9
# via types-flask
typing-extensions==4.4.0
# via mypy
types-docutils==0.21.0.20241005

0 comments on commit a72d8c7

Please sign in to comment.