Skip to content

Commit

Permalink
Start on pre-commit framework
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Mar 1, 2024
1 parent a2508c4 commit 2773ab9
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
# https://pre-commit.com/#installation
default_stages: [commit, push]
default_language_version:
# force all unspecified Python hooks to run python3
python: python3
minimum_pre_commit_version: '2.18.1'
repos:
- repo: meta
hooks:
- id: identity
- id: check-hooks-apply
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: end-of-file-fixer
2 changes: 1 addition & 1 deletion examples/comment-multiline.salam
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

نکته بعدی در مورد متن ساختگی لورم ایپسوم این است که بعضی از طراحان وبسایت و گرافیست کاران بعد از آنکه قالب و محتوای مورد نظرشون را ایجاد کردند از یاد می‌برند که متن لورم را از قسمتهای مختلف سایت حذف کنند و یا با متن دیگری جایگزین کنند. به همین دلیل اغلب اوقات ما با وبسایتهایی مواجه می‌شویم که در گوشه و کنار صفحات آنها متن لورم ایپسوم هنوز وجود دارد و حذف نشده است که این نشان دهنده بی توجهی طراحان است.

*/
*/
2 changes: 1 addition & 1 deletion examples/comment-singleline.salam
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// به نام خدا
// سلام
// چطوری؟
// چطوری؟
2 changes: 1 addition & 1 deletion examples/if.salam
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
print "second block"
نمایش "بلوک دومی"
}
}
}
2 changes: 1 addition & 1 deletion examples/scope.salam
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
}
// print value
نمایش مقدار
}
}
2 changes: 1 addition & 1 deletion examples/variable.salam
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
وضعیت = غلط
// print status
نمایش وضعیت
}
}
2 changes: 1 addition & 1 deletion old.salam
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@
نمایش "ریال"
}
}
ol
ol

0 comments on commit 2773ab9

Please sign in to comment.