Skip to content

Commit

Permalink
Upgrade pytype and black
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Nov 8, 2022
1 parent e77312c commit b32cebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pip install -e ".[testing]"
pip install -e ".[optional]"
# As pytype can change its behavior in newer versions, we manually upgrade it
pip install "pytype==2022.9.27"
pip install "pytype==2022.10.26"
- name: Run pytype
run: |
pytype slack_sdk/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"moto>=3,<4", # For AWS tests
]
codegen_dependencies = [
"black==22.8.0",
"black==22.10.0",
]

needs_pytest = {"pytest", "test", "ptr"}.intersection(sys.argv)
Expand Down

0 comments on commit b32cebb

Please sign in to comment.