Compare commits
22 Commits
00021c00e6
...
48fe789d67
Author | SHA1 | Date | |
---|---|---|---|
48fe789d67 | |||
d559c1231b | |||
08dd66ea78 | |||
dad9055089 | |||
97a1d4d718 | |||
adf8345022 | |||
23b1eedc10 | |||
ce30c4f6cd | |||
ba4fc9f4b6 | |||
611b556499 | |||
30553b9766 | |||
1241d99473 | |||
10306f1d0c | |||
48187875ee | |||
ca0826ac09 | |||
c178eabc1e | |||
fb5d4602ee | |||
b44486bd2a | |||
4817ea1f4e | |||
cc727cacbe | |||
af0db0b278 | |||
72fe0dccab |
@ -90,5 +90,5 @@ from .utils import (
|
||||
|
||||
__author__ = 'Jan Petykiewicz'
|
||||
|
||||
__version__ = '3.4'
|
||||
__version__ = '3.3'
|
||||
version = __version__ # legacy
|
||||
|
@ -123,7 +123,7 @@ class Circle(Shape):
|
||||
return self
|
||||
|
||||
def mirror(self, axis: int = 0) -> 'Circle': # noqa: ARG002 (axis unused)
|
||||
self.offset[axis - 1] *= -1
|
||||
self.offset *= -1
|
||||
return self
|
||||
|
||||
def scale_by(self, c: float) -> 'Circle':
|
||||
|
@ -89,7 +89,3 @@ lint.ignore = [
|
||||
"TRY003", # Long exception message
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "-rsXx"
|
||||
testpaths = ["masque"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user