Skip to content

Commit

Permalink
Bump swp to 0.3.0
Browse files Browse the repository at this point in the history
* (Bump flake8 to 5.0.4)
  • Loading branch information
floatingpurr committed Aug 30, 2022
1 parent 804fefe commit 2339910
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 112 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repos:

# flake8 - linting
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8

Expand Down
144 changes: 38 additions & 106 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
authors = ["Andrea <[email protected]>"]
description = ""
name = "sync_with_poetry"
version = "0.2.1"
version = "0.3.0"

[tool.poetry.dependencies]
python = "^3.6"
python = "^3.6.1"

PyYAML = "^6.0"
tomlkit = "^0.7.2"

[tool.poetry.dev-dependencies]
black = {version = "^22.3.0", python = "^3.6.2"}
flake8 = "^4.0.1"
flake8 = "^5.0.4"
mypy = "^0.971"
pre-commit = {version = "^2.15.0", python = "^3.6.1"}
pytest = "^6.2"
Expand Down
2 changes: 1 addition & 1 deletion sync_with_poetry/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.3.0"
2 changes: 1 addition & 1 deletion tests/test_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

def test_version() -> None:
"""Test version"""
assert __version__ == "0.2.1"
assert __version__ == "0.3.0"

0 comments on commit 2339910

Please sign in to comment.