mirror of
https://github.com/proxmoxer/proxmoxer.git
synced 2026-04-25 15:16:01 +03:00
[PR #84] [MERGED] Add and apply formatting standards #166
Labels
No labels
backend:https
backend:local
backend:openssh
backend:ssh_paramiko
pull-request
status:ansible-issue
status:help-wanted
status:info-needed
status:proxmox-issue
status:review-needed
type:bug 🐞
type:dependency ⛓️
type:docs 📝
type:enhancement ⏫
type:maintenance 🛠️
type:meta
type:question ❓
type:request ✋
type:testing 🧪
version:1.x
version:latest
version:py2
version:py3
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmoxer#166
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/proxmoxer/proxmoxer/pull/84
Author: @jhollowe
Created: 1/30/2022
Status: ✅ Merged
Merged: 1/30/2022
Merged by: @jhollowe
Base:
develop← Head:formatting-tooling📝 Commits (10+)
d6d26a5Add config for formatter and linter3e41884Add devcontainer/vscode config for formatting and linting53e02e0Add pre-commit hooks for formatting and linting6cc2fecAdd baseline for bandit1622df9Add environment linting pre-commit hooksb1f26a2Merge remote-tracking branch 'origin/develop' into formatting-tooling9ce08d9Add several pre-commit hooks and remove pylint16c8263Fix ordering of pre-commit hooks for docsa8e6a0bUpdate pylint config7a976deFormat all code with pre-commit📊 Changes
24 files changed (+1126 additions, -565 deletions)
View changed files
📝
.devcontainer/devcontainer.json(+1 -3)➕
.git-blame-ignore-revs(+4 -0)➕
.pre-commit-config.yaml(+60 -0)📝
.vscode/settings.json(+18 -1)📝
README.rst(+93 -56)📝
dev_requirements.txt(+1 -0)📝
proxmoxer/__init__.py(+5 -5)📝
proxmoxer/backends/__init__.py(+3 -3)📝
proxmoxer/backends/base_ssh.py(+27 -24)📝
proxmoxer/backends/https.py(+143 -74)📝
proxmoxer/backends/openssh.py(+47 -27)📝
proxmoxer/backends/ssh_paramiko.py(+52 -31)📝
proxmoxer/core.py(+51 -29)➕
pyproject.toml(+3 -0)➕
setup.cfg(+17 -0)📝
setup.py(+25 -24)📝
tests/__init__.py(+3 -4)📝
tests/base/__init__.py(+3 -4)📝
tests/base/base_ssh_suite.py(+85 -59)📝
tests/https_helpers_tests.py(+47 -34)...and 4 more files
📄 Description
blame.ignorerevsfilegit config to ignore the bulk-formatting commit from blame🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.