refined-addition-53644
04/13/2022, 4:07 PM./pants lint ::
? Please check π§΅ for the pants.toml
./pants lint ::
18:05:08.06 [INFO] Completed: Lint with Flake8 - flake8 succeeded.
18:05:08.06 [INFO] Completed: Lint with Flake8 - flake8 succeeded.
18:05:08.06 [INFO] Completed: Lint with Black - black succeeded.
All done! β¨ π° β¨
8 files would be left unchanged.
18:05:08.06 [INFO] Completed: Lint with docformatter - docformatter succeeded.
18:05:08.06 [INFO] Completed: Lint with Black - black succeeded.
All done! β¨ π° β¨
69 files would be left unchanged.
18:05:08.06 [INFO] Completed: Lint with autoflake - autoflake succeeded.
18:05:08.06 [INFO] Completed: Lint with docformatter - docformatter succeeded.
18:05:08.06 [INFO] Completed: Lint with autoflake - autoflake succeeded.
18:05:08.06 [INFO] Completed: Lint with isort - isort succeeded.
18:05:08.06 [INFO] Completed: Lint with isort - isort succeeded.
β autoflake succeeded.
β black succeeded.
β docformatter succeeded.
β flake8 succeeded.
β isort succeeded.
refined-addition-53644
04/13/2022, 4:08 PM[GLOBAL]
pants_version = "2.10.0"
pythonpath = ["%(buildroot)s/pants-plugins"]
backend_packages.add = [
"pants.backend.python",
"pants.backend.docker",
"pants.backend.docker.lint.hadolint",
"pants.backend.experimental.python.lint.autoflake",
"pants.backend.python.lint.black",
"pants.backend.python.lint.docformatter",
"pants.backend.python.lint.flake8",
"pants.backend.python.typecheck.mypy",
"pants.backend.python.lint.isort",
"pants.backend.plugin_development",
"pants.backend.shell",
"pants.backend.shell.lint.shellcheck",
"pants.backend.shell.lint.shfmt",
"internal_plugins",
]
pants_ignore.add = ["cdk.out/", "infrastructure/", "notes/"]
use_deprecated_python_macros = false
[source]
root_patterns = [
"/src",
"/pants-plugins",
]
[anonymous-telemetry]
enabled = false
[setup-py-generation]
generate_setup_default = true
[python-infer]
inits = true
[python]
interpreter_constraints = ["CPython>=3.9.*"]
[isort]
args = ["--profile black", "--multi-line 3", "--line-length 100"]
[mypy]
version = "mypy==0.942"
lockfile = "build-support/mypy.txt"
[shfmt]
# See <https://github.com/mvdan/sh/blob/master/cmd/shfmt/shfmt.1.scd#printer-flags>.
args = ["-i 4", "-ci", "-sr"]
bitter-ability-32190
04/13/2022, 4:08 PMrefined-addition-53644
04/13/2022, 4:12 PMbitter-ability-32190
04/13/2022, 4:18 PMbitter-ability-32190
04/13/2022, 4:19 PMhundreds-father-404
04/13/2022, 4:28 PMcurved-television-6568
04/13/2022, 4:57 PMbitter-ability-32190
04/13/2022, 4:57 PMcurved-television-6568
04/13/2022, 5:06 PM