Skip to content

Commit

Permalink
fix dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RootShinobi committed Jan 18, 2024
1 parent f8d3999 commit 68554f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Lint code
if: "env.IS_PYPY == 'false'"
run: |
ruff --format=github aiogram_i18n tests
ruff check --output-format=github aiogram_i18n tests
black --check --diff aiogram_i18n tests examples
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion aiogram_i18n/__meta__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.3"
__version__ = "1.4"

0 comments on commit 68554f5

Please sign in to comment.