Skip to content

Commit 1a992ea

Browse files
committed
resolve conflicts
2 parents 0c3dbe5 + 6b3ff1a commit 1a992ea

File tree

55 files changed

+3756
-1617
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+3756
-1617
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
args:
3333
- --trailing-comma=es5
3434
- repo: https://github.com/pre-commit/mirrors-eslint
35-
rev: v9.8.0
35+
rev: v9.9.0
3636
hooks:
3737
- id: eslint
3838
additional_dependencies:
@@ -44,7 +44,7 @@ repos:
4444
args:
4545
- --fix
4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: 'v0.5.6'
47+
rev: 'v0.5.7'
4848
hooks:
4949
- id: ruff
5050
args: [--fix, --exit-non-zero-on-fix]

.tx/config

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[main]
2-
host = https://www.transifex.com
3-
lang_map = sr@latin:sr_Latn
2+
host = https://www.transifex.com
3+
lang_map = sr@latin: sr_Latn
44

5-
[django-debug-toolbar.main]
6-
file_filter = debug_toolbar/locale/<lang>/LC_MESSAGES/django.po
7-
source_file = debug_toolbar/locale/en/LC_MESSAGES/django.po
8-
source_lang = en
5+
[o:django-debug-toolbar:p:django-debug-toolbar:r:main]
6+
file_filter = debug_toolbar/locale/<lang>/LC_MESSAGES/django.po
7+
source_file = debug_toolbar/locale/en/LC_MESSAGES/django.po
8+
source_lang = en
9+
replace_edited_strings = false
10+
keep_translations = false

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,3 @@
1-
# Code of Conduct
1+
# Django Debug Toolbar Code of Conduct
22

3-
As contributors and maintainers of the Jazzband projects, and in the interest of
4-
fostering an open and welcoming community, we pledge to respect all people who
5-
contribute through reporting issues, posting feature requests, updating documentation,
6-
submitting pull requests or patches, and other activities.
7-
8-
We are committed to making participation in the Jazzband a harassment-free experience
9-
for everyone, regardless of the level of experience, gender, gender identity and
10-
expression, sexual orientation, disability, personal appearance, body size, race,
11-
ethnicity, age, religion, or nationality.
12-
13-
Examples of unacceptable behavior by participants include:
14-
15-
- The use of sexualized language or imagery
16-
- Personal attacks
17-
- Trolling or insulting/derogatory comments
18-
- Public or private harassment
19-
- Publishing other's private information, such as physical or electronic addresses,
20-
without explicit permission
21-
- Other unethical or unprofessional conduct
22-
23-
The Jazzband roadies have the right and responsibility to remove, edit, or reject
24-
comments, commits, code, wiki edits, issues, and other contributions that are not
25-
aligned to this Code of Conduct, or to ban temporarily or permanently any contributor
26-
for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
27-
28-
By adopting this Code of Conduct, the roadies commit themselves to fairly and
29-
consistently applying these principles to every aspect of managing the jazzband
30-
projects. Roadies who do not follow or enforce the Code of Conduct may be permanently
31-
removed from the Jazzband roadies.
32-
33-
This code of conduct applies both within project spaces and in public spaces when an
34-
individual is representing the project or its community.
35-
36-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by
37-
contacting the roadies at `roadies@jazzband.co`. All complaints will be reviewed and
38-
investigated and will result in a response that is deemed necessary and appropriate to
39-
the circumstances. Roadies are obligated to maintain confidentiality with regard to the
40-
reporter of an incident.
41-
42-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version
43-
1.3.0, available at [https://contributor-covenant.org/version/1/3/0/][version]
44-
45-
[homepage]: https://contributor-covenant.org
46-
[version]: https://contributor-covenant.org/version/1/3/0/
3+
The django-debug-toolbar project utilizes the [Django Commons Code of Conduct](https://github.com/django-commons/membership/blob/main/CODE_OF_CONDUCT.md).
11.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)