auto-walrus 0.3.0__tar.gz → 0.3.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of auto-walrus might be problematic. Click here for more details.

@@ -13,6 +13,7 @@ repos:
13
13
  hooks:
14
14
  - id: mypy
15
15
  additional_dependencies: [pytest]
16
+ exclude: utils
16
17
  - repo: https://github.com/codespell-project/codespell
17
18
  rev: 'v2.2.6'
18
19
  hooks:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: auto-walrus
3
- Version: 0.3.0
3
+ Version: 0.3.2
4
4
  Summary: Automatically apply the awesome walrus operator
5
5
  Project-URL: Homepage, https://github.com/MarcoGorelli/auto-walrus
6
6
  Project-URL: Bug Tracker, https://github.com/MarcoGorelli/auto-walrus
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "auto-walrus"
7
- version = "0.3.0"
7
+ version = "0.3.2"
8
8
  authors = [
9
9
  { name="Marco Gorelli", email="33491632+MarcoGorelli@users.noreply.github.com" },
10
10
  ]
@@ -74,7 +74,7 @@ filterwarnings = [
74
74
  'ignore:distutils Version classes are deprecated:DeprecationWarning',
75
75
  ]
76
76
  xfail_strict = true
77
- markers = ["slow: marks tests as slow (deselect with '-m \"not slow\"')"]
77
+ markers = ["config_content"]
78
78
 
79
79
  [tool.coverage.run]
80
80
  plugins = ["covdefaults"]
@@ -23,4 +23,3 @@ with open("pyproject.toml", "w", encoding="utf-8") as f:
23
23
  subprocess.run(["git", "commit", "-a", "-m", f"Bump version to {version}"])
24
24
  subprocess.run(["git", "tag", "-a", version, "-m", version])
25
25
  subprocess.run(["git", "push", "--follow-tags"])
26
-
File without changes
File without changes
File without changes
File without changes
File without changes