Giter Club home page Giter Club logo

Comments (4)

sebastien-rosset avatar sebastien-rosset commented on July 23, 2024

From the black code styles https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html:

Black also processes docstrings. Firstly the indentation of docstrings is corrected for both quotations and the text within, although relative indentation in the text is preserved. Superfluous trailing whitespace on each line and unnecessary new lines at the end of the docstring are removed. All leading tabs are converted to spaces, but tabs inside text are preserved. Whitespace leading and trailing one-line docstrings is removed.

So it makes sense that when I run black in my local workspace, it will remove leading and trailing spaces from the docstrings. However, if I push that change, for some reason when black runs in zuul, it does not remove the leading and trailing spaces from the docstrings

-    """ Check if string is a HW/MAC address and filter it """
+    """Check if string is a HW/MAC address and filter it"""

from ansible.utils.

cidrblock avatar cidrblock commented on July 23, 2024

@sebastien-rosset Sorry, we fell behind a bit on the version, it's updated and defined in the precommit config now, which should help keep it updated: https://github.com/ansible-collections/ansible.utils/blob/main/.pre-commit-config.yaml#L17

from ansible.utils.

cidrblock avatar cidrblock commented on July 23, 2024

LMK if that is what you needed and I'll close this issue out.

from ansible.utils.

sebastien-rosset avatar sebastien-rosset commented on July 23, 2024

Thank you!

from ansible.utils.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.