Skip to content

Commit 09293f3

Browse files
correct yapf notes and uprev adbus version
1 parent 61b3c42 commit 09293f3

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

README.rst

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,6 @@ python-adbus
33

44
D-Bus Binding for Python utilizing the Python's asyncio module.
55

6-
Status
7-
------
8-
9-
.. image:: https://travis-ci.com/ccxtechnologies/adbus.svg?branch=master
10-
:target: https://travis-ci.com/ccxtechnologies/adbus
11-
12-
.. image:: https://api.codacy.com/project/badge/Grade/c66c19cdcadd4c83bc4b70596d65aa7a
13-
:target: https://www.codacy.com/app/ccxtechnologies/python-adbus?utm_source=github.com&utm_medium=referral&utm_content=ccxtechnologies/python-adbus&utm_campaign=Badge_Grade
14-
15-
.. image:: https://api.codacy.com/project/badge/Coverage/c66c19cdcadd4c83bc4b70596d65aa7a
16-
:target: https://www.codacy.com/app/ccxtechnologies/python-adbus?utm_source=github.com&utm_medium=referral&utm_content=ccxtechnologies/python-adbus&utm_campaign=Badge_Coverage
17-
18-
196
Links
207
-----
218
- `Documentation <https://ccxtechnologies.github.io/adbus>`_
@@ -179,7 +166,8 @@ It's possible to map a remote interface to a local instantiated class using a Pr
179166
Style Guide
180167
-----------
181168

182-
For a consistent style all code is run through yapf using the Facebook style:
183-
184-
All docstrings are in the google style.
169+
For a consistent style all code is updated using yapf with the following options:
185170

171+
yapf --recursive --verbose --in-place --no-local-style \
172+
--style=\"{dedent_closing_brackets: True, continuation_indent_width: 8, split_complex_comprehension: True}\" \
173+
<filename>

adbus/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# == Copyright: 2017-2021, CCX Technologies
1+
# == Copyright: 2017-2022, CCX Technologies
22

3-
__version__ = "1.2.0"
3+
__version__ = "1.2.1"

0 commit comments

Comments
 (0)