Skip to content

issues Search Results · repo:ni/python-styleguide language:Python

Filter by

12 results
 (82 ms)

12 results

inni/python-styleguide (press backspace or delete to remove)

We are adding a nidaqmx-python test containing localized strings: @pytest.mark.parametrize( device_name, supported_encodings , [ ( Gerät , [ 1252 , iso-8859-1 , utf-8 ]), ( ...
  • bkeryan
  • Opened 
    on Mar 5, 2024
  • #168

With Python 3.12, ni-python-styleguide starts emitting E713 for this code: if not service: raise RuntimeError( f Service class {service_class} not found in {service_config_file} ...
  • bkeryan
  • 1
  • Opened 
    on Oct 3, 2023
  • #142

flake8-logging checks for common misuse of the logging module. See Introducing flake8-logging for more info.
  • bkeryan
  • Opened 
    on Sep 12, 2023
  • #141

Some of our projects attempt to exclude the same files in both tools.black and tools.ni-python-styleguide. However, the extend_exclude key has a different format for each tool: black uses a regex and ni-python-styleguide ...
  • bkeryan
  • 1
  • Opened 
    on Jun 28, 2023
  • #134

Running poetry run ni-python-styleguide fix --aggressive on https://github.com/ni/measurementlink-python produces this error: Traceback (most recent call last): File C:\Users\bkeryan\.pyenv\pyenv-win\versions\3.9.13\lib\runpy.py ...
  • bkeryan
  • Opened 
    on May 1, 2023
  • #129

ni-python-styleguide acknowledge-existing-violations adds noqa comments without a colon, like this one: def GetMetadata( # noqa N802: function name GetMetadata should be lowercase (auto-generated ...
  • bkeryan
  • 4
  • Opened 
    on Apr 26, 2023
  • #125

ni-python-styleguide fix converts this: Tests for validating export signals functionality. import random import pytest import nidaqmx from nidaqmx.constants import Signal from ..helpers import ...
  • bkeryan
  • 2
  • Opened 
    on Mar 30, 2023
  • #118

How would one lint Jupyter Notebooks using ni-python-styleguide?
  • santhoshramaraj
  • 1
  • Opened 
    on Feb 24, 2023
  • #110

The lint subcommand does not warn about combined imports like from os import path, access, but the fix subcommand splits them into multiple lines anyway. However, it only does this when there are lint ...
  • bkeryan
  • Opened 
    on Jan 6, 2023
  • #97

Traceback (most recent call last): File C:\Users\mshafer\.pyenv\pyenv-win\versions\3.7.9\lib\runpy.py , line 193, in _run_module_as_main __main__ , mod_spec) File C:\Users\mshafer\.pyenv\pyenv-win\versions\3.7.9\lib\runpy.py ...
  • mshafer-NI
  • Opened 
    on May 6, 2022
  • #83
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub