Skip to content

Commit

Permalink
Merge pull request #44 from wwakabobik/fix_types_all
Browse files Browse the repository at this point in the history
Bump aiohttp and use forked types-all
  • Loading branch information
wwakabobik authored Aug 20, 2024
2 parents 897113d + 0ae221d commit bfed543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pip install mypy
pip install wemake-python-styleguide
pip install black
pip install types-all
pip install git+https://github.com/wwakabobik/types-all.git
- name: Analysing the code with pylint
id: pylint
continue-on-error: true
Expand Down

0 comments on commit bfed543

Please sign in to comment.